Enables typeschecking vitest feature.

This commit is contained in:
Refringe 2023-10-29 22:19:49 -04:00
parent 5ed94b6e63
commit cc39c1847c
No known key found for this signature in database
GPG Key ID: 64E03E5F892C6F9E

View File

@ -8,6 +8,9 @@ export default defineConfig({
root: "./tests",
environment: "./CustomEnvironment.ts",
globals: true,
typecheck: {
enabled: true
},
alias: {
"@spt-aki": path.resolve(__dirname, "src"),
"@tests": path.resolve(__dirname, "tests")