vitest/packages/ui/node/tsconfig.json
2025-02-13 17:37:19 +01:00

8 lines
133 B
JSON

{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"isolatedDeclarations": true
},
"include": ["./*.ts"]
}