1
0
Fork 0
mirror of https://github.com/CorentinTh/it-tools.git synced 2025-08-06 05:55:18 +02:00
it-tools/tsconfig.vitest.json

10 lines
153 B
JSON
Raw Normal View History

2022-03-31 00:33:29 +02:00
{
"extends": "./tsconfig.app.json",
"exclude": [],
"compilerOptions": {
"composite": true,
"lib": [],
"types": ["node", "jsdom"]
}
}