hrms-recruit/tsconfig.app.json
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 eb5d2d6efb Revert "no message"
This reverts commit 8f9e5d878b.
2025-09-10 11:21:24 +07:00

12 lines
260 B
JSON

{
"extends": "@vue/tsconfig/tsconfig.web.json",
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
"exclude": ["src/**/__tests__/*"],
"compilerOptions": {
"composite": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}