hrms-user/tsconfig.config.json
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 4d11bc01fc fix config
2024-11-13 09:41:32 +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"
}
}