fix: 加固 monorepo 质量门禁

This commit is contained in:
root
2026-09-14 10:47:02 +08:00
parent 332bf2fb46
commit 18450201dc
8 changed files with 392 additions and 324 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"declaration": true,
"outDir": "dist",
"rootDir": "src"
},
"include": ["src/index.ts"]
}