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.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/server/frontend/tsconfig.json b/server/frontend/tsconfig.json
new file mode 100644
index 0000000..73eb483
--- /dev/null
+++ b/server/frontend/tsconfig.json
@@ -0,0 +1,19 @@
+{
+ "compilerOptions": {
+ "allowImportingTsExtensions": true,
+ "allowSyntheticDefaultImports": true,
+ "esModuleInterop": true,
+ "isolatedModules": true,
+ "jsx": "preserve",
+ "jsxImportSource": "solid-js",
+ "module": "ESNext",
+ "moduleResolution": "NodeNext",
+ "noEmit": true,
+ "noUncheckedIndexedAccess": true,
+ "strict": true,
+ "target": "ESNext",
+ "types": [
+ "vite/client"
+ ]
+ }
+}