summaryrefslogtreecommitdiffstats
path: root/src/webapp/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/webapp/tsconfig.json')
-rw-r--r--src/webapp/tsconfig.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/webapp/tsconfig.json b/src/webapp/tsconfig.json
index c143677..dbf7e23 100644
--- a/src/webapp/tsconfig.json
+++ b/src/webapp/tsconfig.json
@@ -8,6 +8,10 @@
"baseUrl": ".",
"allowJs": true,
"checkJs": true,
+ "types": [
+ "vite/client",
+ "@types/validator"
+ ],
"paths": {
"@/*": [
"src/*"