{ "extends": "./tsconfig.json", "compilerOptions": { "noEmit": true, "types": ["vite/client", "vitest/globals", "node", "@testing-library/jest-dom"] }, "include": [ "src/**/*.ts", "src/**/*.tsx", "tests/**/*.ts", "tests/**/*.tsx", "scripts/**/*.ts", "vitest.config.ts" ] }