cloud-battery-vue/tsconfig.app.json
2024-12-20 16:45:08 +08:00

14 lines
293 B
JSON

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