mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
13 lines
290 B
JSON
13 lines
290 B
JSON
{
|
|
"extends": ["../dts-config/tsconfig.patch.json"],
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"types": ["@vitest/browser/providers/playwright"],
|
|
"strict": true,
|
|
"noEmit": true
|
|
},
|
|
"include": ["src", "*.ts"]
|
|
}
|