VistarStarDataIntegration/admin.net.pro/App/tsconfig.json

15 lines
274 B
JSON
Raw Permalink Normal View History

2024-09-09 09:23:58 +08:00
{
"compilerOptions": {
"sourceMap": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},
"lib": ["esnext", "dom"],
"types": [
"@dcloudio/types",
"uview-plus/types"
]
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"]
}