Enables typeschecking vitest feature.
This commit is contained in:
parent
5ed94b6e63
commit
cc39c1847c
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user