chore: tsconfig.build 支持sourcemap控制

This commit is contained in:
xiaojunnuo
2026-05-18 13:25:01 +08:00
parent bdb3d09c09
commit 1bdcfe646f
37 changed files with 170 additions and 22 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
"types": "./dist/index.d.ts",
"scripts": {
"before-build": "rimraf dist && rimraf tsconfig.tsbuildinfo && rimraf .rollup.cache",
"build": "npm run before-build && tsc --skipLibCheck",
"build": "npm run before-build && tsc -p tsconfig.build.json --skipLibCheck",
"dev-build": "npm run build",
"test": "midway-bin test --ts -V",
"test1": "midway-bin test --ts -V -f test/blank.test.ts -t 'hash-check'",