fix(core): update

This commit is contained in:
2022-05-19 13:42:28 +02:00
parent 16b21ff6bc
commit 813af0c232
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
"license": "MIT",
"scripts": {
"test": "tstest test/",
"build": "tsbuild --web"
"build": "tsbuild --web --allowimplicitany --skiplibcheck"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.61",