Answers for "tsconfig.json exclude"

1

exclude folder from typescript compiler tsconfig.json

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

tsconfig.json not generated

$ tsc --init
Posted by: Guest on January-12-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language