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