hrms-mgt/tsconfig.config.json

16 lines
306 B
JSON
Raw Normal View History

2023-06-01 12:54:58 +07:00
{
"extends": "@vue/tsconfig/tsconfig.node.json",
"include": [
"vite.config.*",
"vitest.config.*",
"cypress.config.*",
"playwright.config.*"
],
2023-06-01 12:54:58 +07:00
"compilerOptions": {
"composite": true,
"types": ["node"],
"ignoreDeprecations": "5.0",
"verbatimModuleSyntax": true
2023-06-01 12:54:58 +07:00
}
}