Files
vtj/platforms/h5/tsconfig.json
“chenhuachun” 0497ccbb53 feat: h5平台
2025-01-13 16:17:42 +08:00

11 lines
169 B
JSON

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