vitest/test/typescript/tsconfig.json

8 lines
103 B
JSON

{
"extends": "../../tsconfig.base.json",
"exclude": [
"**/dist/**",
"**/fixtures/**"
]
}