mirror of
https://gitee.com/newgateway/vtj.git
synced 2026-05-07 19:59:38 +08:00
14 lines
203 B
JSON
14 lines
203 B
JSON
{
|
|
"extends": "../packages/cli/config/tsconfig.web.json",
|
|
"include": [
|
|
"src"
|
|
],
|
|
"exclude": [
|
|
"templates/**/*",
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.node.json"
|
|
}
|
|
]
|
|
} |