hzyh_pad_app/tsconfig.json

26 lines
508 B
JSON
Raw Permalink Normal View History

2025-10-20 16:58:26 +08:00
{
"extends": "@vue/tsconfig/tsconfig.json",
"compilerOptions": {
"ignoreDeprecations": "5.0",
"sourceMap": true,
"baseUrl": ".",
"paths": {
"@/*": [
"./src/*"
]
},
"lib": [
"esnext",
"dom"
],
"types": [
"@dcloudio/types"
]
},
"include": [
"src/**/*.ts",
"src/types/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue"
]
}