fix(build): remove --skiplibcheck from the build script
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tstest test/test.ts --verbose",
|
||||
"build": "tsbuild --web --skiplibcheck"
|
||||
"build": "tsbuild --web"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user