Answers for "tsconfig compileroptions paths"

1

tsconfig.json, Typescript

{
  "compilerOptions": {
    "experimentalDecorators": true,
    "jsxImportSource": "preact"
  }
}
Posted by: Guest on November-06-2021
-1

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

Code answers related to "Javascript"

Browse Popular Code Answers by Language