diff --git a/project/vitest.config.ts b/project/vitest.config.ts index cc28a7ed..0171332b 100644 --- a/project/vitest.config.ts +++ b/project/vitest.config.ts @@ -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")