create-react-app-typescript
create-react-app-typescript copied to clipboard
DEPRECATED: Create React apps using typescript with no build configuration.
I'm trying to implement alias for importing modules from root of my project. According to typescripts docs it can be done by adding following configuration to 'tsconfig.json' file ```json "baseUrl":...
Can support for ts-jest be added since the coverage reports are incorrect? Would need to add support for at least "transform", "testRegex", "moduleFileExtensions", and "mapCoverage" in the jest options. Example...
I installed the react-redux and redux-thunk packages to my project. When I run npm start, I get errors in both of these packages' types files. For instance: /Users/austinkyker/reading_rewards/frontend/node_modules/@types/react-redux/index.d.ts (37,59): Generic...
### Is this a bug report? Bug report ### Can you also reproduce the problem with npm 4.x? I'm running npm 5.3 Same bug on yarn 0.27.5 ### Environment 1....
Has anyone made a TypeScript version of the [node tutorial](https://www.fullstackreact.com/articles/using-create-react-app-with-a-server/) referred to in the README? If not, this would be a great companion to this project. (Also, I realize the...
Upgrade @types/react and @types/react-dom version to resolve the error!! #274
This PR will provide better e2e tests (so to actually check if TypeScript files are being loaded) and should also fix the failure with #270
Firstly, thanks to all who contribute to this project -it saved me a lot of headache in getting started with TS + React! I'm currently writing some smoke tests for...
Hi, I just noticed that `v2.16.0` tag is detached from master (unlike `v2.15.0` and previous ones). Is it possible to re-tag it properly? Thank you in advance.
project root `tslint.json` should take precedence over packaged `tslint.json` to change any rules you have to dig through node_modules and change the package `tslint.json` Edit: even though the editor doesnt...