diff options
author | Frans Bongers <fransbongers@franss-mbp.home> | 2024-11-30 22:18:21 +0100 |
---|---|---|
committer | Frans Bongers <fransbongers@franss-mbp.home> | 2024-11-30 22:18:21 +0100 |
commit | f05a9531508822f5dfb51105334444b53fe11b3e (patch) | |
tree | cf3b688ef5d05992a78a7e70942188f1a8712a13 /tsconfig.json | |
parent | 629206f773d5fd4c9247db03e3a705c4dcdc77c4 (diff) | |
download | land-and-freedom-f05a9531508822f5dfb51105334444b53fe11b3e.tar.gz |
ui setup bonuses and medaillons
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 3 |
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 } } |