summaryrefslogtreecommitdiff
path: root/packages/pogen/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/pogen/tsconfig.json')
-rw-r--r--packages/pogen/tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/pogen/tsconfig.json b/packages/pogen/tsconfig.json
index a9e57e9e5..c4a2154ea 100644
--- a/packages/pogen/tsconfig.json
+++ b/packages/pogen/tsconfig.json
@@ -4,7 +4,8 @@
"target": "es5",
"noImplicitAny": false,
"sourceMap": false,
- "outDir": "bin"
+ "outDir": "bin",
+ "incremental": true,
},
"files": [
"pogen.ts"