aboutsummaryrefslogtreecommitdiff
path: root/frontend/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/tsconfig.json')
-rw-r--r--frontend/tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json
index a78cf3a..93af3f1 100644
--- a/frontend/tsconfig.json
+++ b/frontend/tsconfig.json
@@ -4,9 +4,10 @@
4 "lib": ["ES2020", "DOM", "DOM.Iterable"], 4 "lib": ["ES2020", "DOM", "DOM.Iterable"],
5 "module": "ESNext", 5 "module": "ESNext",
6 "skipLibCheck": true, 6 "skipLibCheck": true,
7 "moduleResolution": "bundler", 7 "moduleResolution": "node",
8 "allowImportingTsExtensions": true, 8 "allowImportingTsExtensions": true,
9 "resolveJsonModule": true, 9 "resolveJsonModule": true,
10 "allowSyntheticDefaultImports": true,
10 "isolatedModules": true, 11 "isolatedModules": true,
11 "noEmit": true, 12 "noEmit": true,
12 "jsx": "react-jsx", 13 "jsx": "react-jsx",