tsconfig.json: checkJs comments
parent
f1bb41743e
commit
01d47679aa
|
|
@ -7,6 +7,10 @@
|
||||||
|
|
||||||
"module": "commonjs",
|
"module": "commonjs",
|
||||||
|
|
||||||
|
// toggle these to check everything (and optionally change the include below to "apps/myapp/*.js")
|
||||||
|
// "checkJs": true,
|
||||||
|
// "noEmit": true,
|
||||||
|
|
||||||
// code-gen
|
// code-gen
|
||||||
"declaration": false,
|
"declaration": false,
|
||||||
"emitDeclarationOnly": false,
|
"emitDeclarationOnly": false,
|
||||||
|
|
@ -45,6 +49,7 @@
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"*/*/*.ts",
|
"*/*/*.ts",
|
||||||
|
"apps/*/*.js", // with checkJs: true
|
||||||
"*/*/*.d.ts",
|
"*/*/*.d.ts",
|
||||||
"modules/*.d.ts",
|
"modules/*.d.ts",
|
||||||
"typescript/types/*.d.ts"
|
"typescript/types/*.d.ts"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue