mirror of
https://gitee.com/newgateway/vtj.git
synced 2026-05-08 12:17:27 +08:00
19 lines
278 B
JSON
19 lines
278 B
JSON
{
|
|
"extends": "./node_modules/@vtj/cli/config/tsconfig.web.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@/*": [
|
|
"src/*"
|
|
]
|
|
}
|
|
},
|
|
"include": [
|
|
"src"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.node.json"
|
|
}
|
|
]
|
|
} |