Files
xian_vue_new/tsconfig.app.json
T

12 lines
288 B
JSON
Raw Normal View History

2026-04-07 20:01:06 +08:00
{
"extends": "@vue/tsconfig/tsconfig.dom.json",
2026-04-07 21:01:52 +08:00
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
"exclude": ["src/**/__tests__/*"],
2026-04-07 20:01:06 +08:00
"compilerOptions": {
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
2026-04-07 21:01:52 +08:00
"paths": {
"@/*": ["./src/*"]
}
}
}