summaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorDevlin Junker <devlin.junker@gmail.com>2022-11-28 17:25:23 -1000
committerBenjamin Brahmer <info@b-brahmer.de>2022-12-06 14:57:20 +0100
commitc0bc5ecd51f2a9538f30122554319fe47e0c4eaa (patch)
treefb0aa5c4468b308bcfa633697918c4cbe69c3f24 /tsconfig.json
parentc522bacfb1cb112bfdc8fbee3deb9793216ed70a (diff)
clean
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 0bc846336..4548ebe3d 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -10,7 +10,7 @@
"moduleResolution": "node",
"experimentalDecorators": true,
"skipLibCheck": true,
- "esModuleInterop": true,
+ "esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"useDefineForClassFields": true,