mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
14 lines
285 B
JSON
14 lines
285 B
JSON
{
|
|
"extends": ["./tsconfig.patch.json"],
|
|
"compilerOptions": {
|
|
"noUncheckedSideEffectImports": true,
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"types": [],
|
|
"strict": true,
|
|
"noEmit": true
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|