mirror of
https://github.com/vitest-dev/vitest.git
synced 2026-02-01 17:36:51 +00:00
8 lines
103 B
JSON
8 lines
103 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"exclude": [
|
|
"**/dist/**",
|
|
"**/fixtures/**"
|
|
]
|
|
}
|