summaryrefslogtreecommitdiff
path: root/morsehero/tsconfig.app.json
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-03-05 09:34:55 +0100
committerYuval Adam <_@yuv.al>2025-03-05 09:34:55 +0100
commit45f78bd2cb9bbef15fae24d4925da095da8c1e05 (patch)
tree11c180de5a5983894dd2012ace3460a8cef0e025 /morsehero/tsconfig.app.json
parent0f187f792c264ba3d9e7de62b577fbfea0d86386 (diff)
Initial react migration
Diffstat (limited to 'morsehero/tsconfig.app.json')
-rw-r--r--morsehero/tsconfig.app.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/morsehero/tsconfig.app.json b/morsehero/tsconfig.app.json
index 358ca9b..54d2c7b 100644
--- a/morsehero/tsconfig.app.json
+++ b/morsehero/tsconfig.app.json
@@ -1,5 +1,6 @@
{
"compilerOptions": {
+ "incremental": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
"target": "ES2020",
"useDefineForClassFields": true,