{ "extends": "./tsconfig.json", "compilerOptions": { "types": ["vitest/globals", "vite/client"], "noEmit": true }, "include": ["tests/**/*.ts", "tests/types/**/*.d.ts"] }