We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 231f405 commit d421a56Copy full SHA for d421a56
tsconfig.base.json
@@ -1,7 +1,7 @@
1
{
2
"compilerOptions": {
3
/* Basic Options */
4
- "incremental": true /* Enable incremental compilation */,
+ "incremental": false /* Enable incremental compilation */,
5
"target": "es2015" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */,
6
"module": "commonjs" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */,
7
"lib": [
0 commit comments