mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:50:43 -05:00
Enables typeschecking vitest feature.
This commit is contained in:
parent
5ed94b6e63
commit
cc39c1847c
@ -8,6 +8,9 @@ export default defineConfig({
|
|||||||
root: "./tests",
|
root: "./tests",
|
||||||
environment: "./CustomEnvironment.ts",
|
environment: "./CustomEnvironment.ts",
|
||||||
globals: true,
|
globals: true,
|
||||||
|
typecheck: {
|
||||||
|
enabled: true
|
||||||
|
},
|
||||||
alias: {
|
alias: {
|
||||||
"@spt-aki": path.resolve(__dirname, "src"),
|
"@spt-aki": path.resolve(__dirname, "src"),
|
||||||
"@tests": path.resolve(__dirname, "tests")
|
"@tests": path.resolve(__dirname, "tests")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user