Skip to content

Commit 95a17b2

Browse files
author
Leo Taifa Merinen
authored
Update tsconfig.json (#125)
1 parent e12d9ec commit 95a17b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
1616
// "removeComments": true, /* Do not emit comments to output. */
1717
"noEmit": true, /* Do not emit outputs. */
18-
"incremental": true, /* Enable incremental compilation */
18+
// "incremental": true, /* Enable incremental compilation */
1919
// "importHelpers": true, /* Import emit helpers from 'tslib'. */
2020
// "downlevelIteration": true, /* Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5' or 'ES3'. */
2121
"isolatedModules": true, /* Transpile each file as a separate module (similar to 'ts.transpileModule'). */

0 commit comments

Comments
 (0)