Cannot compile namespaces when the '--isolatedModules' flag is provided. TS1208
erssebaggala opened this issue · 1 comments
erssebaggala commented
System
Windows 10 Home
node@v10.15.3
npm@6.4.1
yarn@1.15.2
Running : yarn run dev throws error below:
Set "allowJs": false, in tsconfig.json so that th typescript compiler does not mess with the js and jsx files
Related to:
facebook/create-react-app#5587
erssebaggala commented
Set "allowJs": false, in tsconfig.json so that the typescript compiler does not mess with the js and jsx files