vitest/test/dts-config/tsconfig.json
2025-06-03 08:17:50 +02:00

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"]
}