Files
zenyun-dwg-viewer-demo/tsconfig.json
lafeillou 5965007556 init repo
2025-06-19 20:51:02 +08:00

14 lines
203 B
JSON

{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
],
"compilerOptions": {
"baseUrl": "src",
"paths": {
"@/*": ["./*"]
}
}
}