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
+8 -1
View File
@@ -3,8 +3,15 @@
"version": "0.0.0",
"private": true,
"type": "module",
"exports": "./src/index.ts",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"scripts": {
"build": "tsc -p tsconfig.build.json",
"test": "vitest run src/index.test.ts"
}
}