mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
15 lines
252 B
JSON
15 lines
252 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"types": [
|
|
"vitest/importMeta"
|
|
],
|
|
"strict": true,
|
|
"declaration": true,
|
|
"declarationMap": true
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules"]
|
|
}
|