mirror of
https://gitee.com/newgateway/vtj.git
synced 2026-05-07 01:10:03 +08:00
11 lines
152 B
JSON
11 lines
152 B
JSON
{
|
|
"extends": "../cli/config/tsconfig.web.json",
|
|
"include": [
|
|
"src"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.node.json"
|
|
}
|
|
]
|
|
} |