aboutsummaryrefslogtreecommitdiff
path: root/server/frontend/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'server/frontend/tsconfig.json')
-rw-r--r--server/frontend/tsconfig.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/frontend/tsconfig.json b/server/frontend/tsconfig.json
index 73eb483..548d331 100644
--- a/server/frontend/tsconfig.json
+++ b/server/frontend/tsconfig.json
@@ -6,8 +6,8 @@
"isolatedModules": true,
"jsx": "preserve",
"jsxImportSource": "solid-js",
- "module": "ESNext",
- "moduleResolution": "NodeNext",
+ "module": "Preserve",
+ "moduleResolution": "bundler",
"noEmit": true,
"noUncheckedIndexedAccess": true,
"strict": true,