Files
vtj/packages/uni/tsconfig.json
“chenhuachun” c066522248 feat: uni package
2025-01-21 10:03:12 +08:00

10 lines
162 B
JSON

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