summaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorDevlin Junker <devlin.junker@gmail.com>2022-11-28 17:04:14 -1000
committerBenjamin Brahmer <info@b-brahmer.de>2022-12-06 14:57:20 +0100
commit83fe713c052ee2ccc419be58eb9e83ba23a95b65 (patch)
treecfac0dbf192a573b08ac1e70064c6c5623da8cf1 /tsconfig.json
parent604e4e0f1bc8829558dd9b91c94d5776b0ac67be (diff)
split store into multiple files
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 4548ebe3d..0bc846336 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,