Answers for "react-scripts removed paths from tsconfig"

0

build with tsconfig-paths

{
  "scripts": {
    "start": "node -r tsconfig-paths/register -r ts-node                 
              ./src/index/ts",
    "build": "tsc --project tsconfig.json && tscpaths -p
              tsconfig.json -s ./src -o ./dist"
  }
}
Posted by: Guest on October-01-2021
0

Already included file name react tsconfig

{
  "compilerOptions": {
    ...
    "forceConsistentCasingInFileNames": false,
    ...
  }
}
Posted by: Guest on October-27-2021

Code answers related to "TypeScript"

Browse Popular Code Answers by Language