refactor: packages/tsconfig.json in packages use lib/typings/ as output subfolder

This commit is contained in:
imccyu
2026-06-17 23:20:04 +08:00
parent 29e674bfea
commit 6b15b606d7
36 changed files with 90 additions and 72 deletions
@@ -2,7 +2,7 @@
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib"
"outDir": "lib/typings"
},
"include": ["src"],
"references": [