fix(build): remove --skiplibcheck from the build script

This commit is contained in:
2026-04-30 12:54:09 +00:00
parent 57bf6e1670
commit 90fdb3528c
4 changed files with 17 additions and 379 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
},
"scripts": {
"test": "tstest test/test.ts --verbose",
"build": "tsbuild --web --skiplibcheck"
"build": "tsbuild --web"
},
"repository": {
"type": "git",