mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
16 lines
339 B
JSON
16 lines
339 B
JSON
{
|
|
"extends": ["../dts-config/tsconfig.patch.json"],
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"strict": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"outDir": "dist",
|
|
"sourceMap": true,
|
|
"verbatimModuleSyntax": true
|
|
},
|
|
"include": ["src"]
|
|
}
|