aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 0669399..00f0427 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -21,7 +21,8 @@
"forceConsistentCasingInFileNames": true,
"esModuleInterop": true,
"resolveJsonModule": true,
- "isolatedModules": true
+ "isolatedModules": true,
+ "incremental": true
},
"exclude": [
"node_modules"
@@ -31,4 +32,4 @@
"**/*.ts",
"**/*.tsx"
]
-} \ No newline at end of file
+}