Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.

Commit a1d1187

Browse files
authored
Merge pull request #46 from GrayStrider/patch/incremental
enable incremental compilation
2 parents af7a1d5 + d468a51 commit a1d1187

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3+
"incremental": true,
34
"noEmit": true,
45
"target": "es6",
56
"module": "esnext", //commonjs destroys 'dynamic imports' which is used for code splitting

0 commit comments

Comments
 (0)