mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
25 lines
513 B
JSON
25 lines
513 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"types": [
|
|
"node",
|
|
"vite/client"
|
|
]
|
|
},
|
|
"exclude": [
|
|
"**/dist/**",
|
|
"./packages/vitest/dist/**",
|
|
"./packages/ui/**/*.spec.ts",
|
|
"./packages/ui/client/test.ts",
|
|
"./packages/*/*.d.ts",
|
|
"./packages/*/*.d.cts",
|
|
"./examples/**/*.*",
|
|
"./bench/**",
|
|
"./test/benchmark/fixtures/**",
|
|
"./test/typescript/**",
|
|
"./test/browser/**",
|
|
"**/coverage/fixtures/**",
|
|
"./test/watch/fixtures/**"
|
|
]
|
|
}
|