Files
vtj/platforms/uni-app/tsconfig.json
“chenhuachun” c9e9724201 feat: uniapp项目模版
2025-02-14 15:37:43 +08:00

11 lines
169 B
JSON

{
"extends": "./node_modules/@vtj/cli/config/tsconfig.web.json",
"include": [
"src"
],
"references": [
{
"path": "./tsconfig.node.json"
}
]
}