create-react-app-typescript icon indicating copy to clipboard operation
create-react-app-typescript copied to clipboard

DEPRECATED: Create React apps using typescript with no build configuration.

Results 100 create-react-app-typescript issues
Sort by recently updated
recently updated
newest added

### Is this a bug report? Yes. ### Environment 1. `npm ls react-scripts-ts` (if you haven’t ejected): 2.16.0 2. `node -v`: 10.4.1 3. `npm -v`: 6.1.0 4. `yarn --version` (if...

### Is this a bug report? No Sharing a method to get project wide type checking and linting with errors in the vscode problems window. By default vscode tslint and...

### Is this a bug report? Yes ### Can you also reproduce the problem with npm 4.x? Yes ### Which terms did you search for in User Guide? enum, npm,...

Just upgraded to 2.16.0 from 2.13.0 and now I get unmet peer dependencies warnings with yarn. ### Is this a bug report? Yes ### Can you also reproduce the problem...

See [this SO issue](https://stackoverflow.com/questions/51486579/typescript-duplicate-identifier-beforeeach), now that CRAT is using ts-jest, there seems to be a conflict with `@types/jest` which can result in a `Duplicate identifier 'beforeEach'` error in some dev...

### Is this a bug report? No ### What's the question then? I wonder why `src/setupTests.ts` is excluded in `tsconfig.json`. The thing is, when extending jest with custom matchers that...

I keep getting errors about `xyz is declared but not used`, which I want to keep because they are useful in the editor during development, but I don't want to...

### Is this a bug report? yes ### Can you also reproduce the problem with npm 4.x? add a typescript error in a `test.ts` file

### Is this a bug report? Yes ### Can you also reproduce the problem with npm 4.x? -- ### Which terms did you search for in User Guide? eject, eslint...

Is it possible to disable linter _errors_ in dev mode and downgrade them to a **warning**? I comment a line of code to test something and then my import is...