{ "extends": "../tsconfig.json", "compilerOptions": { "types": ["vite/client", "node"], "lib": ["ES2020", "DOM"] }, "include": ["./**/*.ts", "./**/*.tsx"] }