mirror of
https://github.com/vitest-dev/vitest.git
synced 2026-01-18 16:31:32 +00:00
10 lines
186 B
JSON
10 lines
186 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "Node16",
|
|
"moduleResolution": "Node16",
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|