summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorFrans Bongers <fransbongers@franss-mbp.home>2024-11-30 22:18:21 +0100
committerFrans Bongers <fransbongers@franss-mbp.home>2024-11-30 22:18:21 +0100
commitf05a9531508822f5dfb51105334444b53fe11b3e (patch)
treecf3b688ef5d05992a78a7e70942188f1a8712a13 /tsconfig.json
parent629206f773d5fd4c9247db03e3a705c4dcdc77c4 (diff)
downloadland-and-freedom-f05a9531508822f5dfb51105334444b53fe11b3e.tar.gz
ui setup bonuses and medaillons
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 6517e5c..fb00fed 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -21,6 +21,7 @@
"noFallthroughCasesInSwitch": true,
"noUncheckedIndexedAccess": true,
"noImplicitOverride": true,
- "noPropertyAccessFromIndexSignature": false
+ "noPropertyAccessFromIndexSignature": false,
+ "removeComments": true
}
}