hrms-mgt/tsconfig.config.json
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 17c205f074 fix config
2024-11-12 14:08:36 +07:00

16 lines
330 B
JSON

{
"extends": "@vue/tsconfig/tsconfig.node.json",
"include": [
"vite.config.*",
"vitest.config.*",
"cypress.config.*",
"playwright.config.*"
],
"compilerOptions": {
"composite": true,
"types": ["node"],
"ignoreDeprecations": "5.0",
"verbatimModuleSyntax": true,
"module": "esnext"
}
}