1
0
mirror of synced 2026-03-22 18:48:34 +08:00

chore(runtime): 更新runtime-help

This commit is contained in:
roymondchen
2025-03-06 20:22:52 +08:00
parent 6f5bb84c04
commit 8d0040da53
6 changed files with 15 additions and 10 deletions

View File

@@ -5,5 +5,10 @@
"jsx": "react",
"forceConsistentCasingInFileNames": true,
"types": ["node"],
"paths": {
// 内部模块都指向 src/index.ts, 会有更好的代码跳转体验.
"@tmagic/*": ["../../packages/*/src"],
"@tmagic/react-runtime-help": ["../react-runtime-help/src"],
},
},
}