hrms-manual/tsconfig.config.json

14 lines
239 B
JSON
Raw Normal View History

2023-09-06 14:51:44 +07:00
{
"extends": "@vue/tsconfig/tsconfig.node.json",
2024-05-29 14:06:59 +07:00
"include": [
"vite.config.*",
"vitest.config.*",
"cypress.config.*",
"playwright.config.*"
],
2023-09-06 14:51:44 +07:00
"compilerOptions": {
"composite": true,
"types": ["node"]
}
}