chore: Fix hoisted type errors on vite configurations (#33276)

This commit is contained in:
Matsu
2026-07-01 13:29:48 +03:00
committed by GitHub
parent a62f0e3ebe
commit 25cecafef7
39 changed files with 270 additions and 98 deletions
+2 -1
View File
@@ -7,7 +7,8 @@
"outDir": "dist",
"preserveSymlinks": true,
// TODO: remove all options below this line
"useUnknownInCatchVariables": false
"useUnknownInCatchVariables": false,
"types": ["node"]
},
"include": ["commands/**/*.ts", "src/**/*.ts"]
}