tsconfig.json: checkJs comments

pull/2640/head
Rob Pilling 2023-03-09 20:45:37 +00:00
parent f1bb41743e
commit 01d47679aa
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,10 @@
"module": "commonjs",
// toggle these to check everything (and optionally change the include below to "apps/myapp/*.js")
// "checkJs": true,
// "noEmit": true,
// code-gen
"declaration": false,
"emitDeclarationOnly": false,
@ -45,6 +49,7 @@
},
"include": [
"*/*/*.ts",
"apps/*/*.js", // with checkJs: true
"*/*/*.d.ts",
"modules/*.d.ts",
"typescript/types/*.d.ts"