Answers for "tsconfig.json settings when i try to compile"

1

exclude folder from typescript compiler tsconfig.json

{
  "compilerOptions": {
    ...
  },
  "exclude": ["node_modules", "**/node_modules/*"]
}
Posted by: Guest on January-21-2022
1

tsconfig.json, Typescript

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

Code answers related to "tsconfig.json settings when i try to compile"

Code answers related to "Javascript"

Browse Popular Code Answers by Language