fix(build): remove skiplibcheck from the build script

This commit is contained in:
2026-03-24 19:18:35 +00:00
parent 2c23b8862b
commit bd3823741b
5 changed files with 10 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
"license": "MIT",
"scripts": {
"test": "pnpm run build && tstest test/ --verbose",
"build": "pnpm run bundle && tsbuild --allowimplicitany --skiplibcheck",
"build": "pnpm run bundle && tsbuild --allowimplicitany",
"bundle": "tsbundle",
"startTs": "node cli.ts.js",
"watch": "tswatch",