mirror of
https://github.com/vitest-dev/vitest.git
synced 2026-01-18 16:31:32 +00:00
* fix: store tmp tsconfig close to original one * chore: use separate tsconfig * chore: cleanup
7 lines
76 B
JSON
7 lines
76 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"exclude": [
|
|
"**/dist/**"
|
|
]
|
|
}
|