summaryrefslogtreecommitdiff
path: root/client/tsconfig.json
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2024-09-28 10:55:35 -0700
committerMichael Hunteman <michael@huntm.net>2024-09-28 11:25:16 -0700
commit0154a152dd6d3606c9131f3186a9175ee5853185 (patch)
treea166f0cf3819607592fb5ee03255108563f4ba68 /client/tsconfig.json
parent99b5a49b5fcccb7c6523a95c67e39830bc2a2a45 (diff)
Use api endpoint for backend
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r--client/tsconfig.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json
index 4c214ba..0b04524 100644
--- a/client/tsconfig.json
+++ b/client/tsconfig.json
@@ -7,7 +7,6 @@
"moduleDetection": "force",
"jsx": "react-jsx",
"allowJs": true,
- "types": ["vite/client"],
// Bundler mode
"moduleResolution": "bundler",
@@ -25,5 +24,5 @@
"noUnusedParameters": true,
"noPropertyAccessFromIndexSignature": true
},
- "include": ["vite-env.d.ts", "vite.config.ts"]
+ "include": ["vite-env.d.ts", "vitest.config.ts"]
}