hrms-mgt/tsconfig.vitest.json

12 lines
220 B
JSON
Raw Normal View History

2023-06-01 12:54:58 +07:00
{
"extends": "./tsconfig.app.json",
"exclude": [],
"compilerOptions": {
"composite": true,
"lib": [],
"types": ["node", "jsdom"],
"ignoreDeprecations": "5.0",
"verbatimModuleSyntax": true
2023-06-01 12:54:58 +07:00
}
}