Answers for "where will be tsconfig"

6

tsconfig.json not generated

$ tsc --init
Posted by: Guest on January-12-2020
-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 "where will be tsconfig"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language