mirror of
https://gitee.com/newgateway/vtj.git
synced 2026-05-15 18:10:20 +08:00
24 lines
365 B
JSON
24 lines
365 B
JSON
{
|
|
"extends": "../../packages/cli/config/tsconfig.web.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": [
|
|
"./src/*"
|
|
]
|
|
},
|
|
"lib": [
|
|
"esnext",
|
|
"dom"
|
|
],
|
|
"types": [
|
|
"@dcloudio/types"
|
|
]
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"src/**/*.d.ts",
|
|
"src/**/*.tsx",
|
|
"src/**/*.vue"
|
|
]
|
|
} |