mirror of
https://gitee.com/newgateway/vtj.git
synced 2026-05-14 01:16:05 +08:00
10 lines
202 B
JSON
10 lines
202 B
JSON
{
|
|
"extends": "../cli/config/tsconfig.web.json",
|
|
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.node.json"
|
|
}
|
|
]
|
|
}
|