Claptrap-ui/tsconfig.vitest.json

10 lines
153 B
JSON
Raw Normal View History

2022-05-21 01:07:31 +02:00
{
"extends": "./tsconfig.app.json",
"exclude": [],
"compilerOptions": {
"composite": true,
"lib": [],
"types": ["node", "jsdom"]
}
}