mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
14 lines
245 B
JSON
14 lines
245 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"types": ["node", "vite/client"],
|
|
"isolatedDeclarations": true
|
|
},
|
|
"exclude": [
|
|
"dist",
|
|
"node_modules",
|
|
"**/vite.config.ts",
|
|
"src/client/**/*.ts"
|
|
]
|
|
}
|