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

With allowSyntheticDefaultImports enabled in ts config, jest bombs if you use dynamic imports (react-loadable) I've tested upgrading the ts-jest version locally and it now compiles correctly in jest tests. it...

### Is this a bug report? No It would be great if multiple tslint files are supported. Use case: Currently I have a directory with auto-generated TS declaration files that...

Closes #269 See: https://github.com/facebook/create-react-app/pull/3909

I ejected my create-react-app in order to use css modules. My webpack.config.dev.js looks like this now (below). I have added ``` { test: /\.css$/, use: [ require.resolve('style-loader'), { loader: require.resolve('css-loader'),...

### Is this a bug report? Yes ### Can you also reproduce the problem with npm 4.x? not relevant ### Which terms did you search for in User Guide? N/A...

It's either something wrong with my `tslint.json` (which used to work before I upgraded many packages) or it's a bug. ### Is this a bug report? Yes ### Can you...

### 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? _Reloading, module...

Add troubleshooting tip for importing the default export in TypeScript. Easy mistake to make when migrating from JavaScript. See: https://github.com/wmonk/create-react-app-typescript/issues/364

### Is this a bug report? Yes ### Can you also reproduce the problem with npm 4.x? No, haven't tried, ### Environment 1. `npm ls react-scripts-ts` (if you haven’t ejected):...

### 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? *Unexpected token*,...