hrms-admin/tsconfig.config.json
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 a987e7565f fix config
2024-11-13 09:43:28 +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"
}
}