fix(core): update

This commit is contained in:
Philipp Kunz 2022-03-16 16:34:55 +01:00
parent 4b7a9d97f3
commit 09ac10c27c

View File

@ -10,7 +10,7 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web && tsbundle npm)"
"build": "(tsbuild --web --allowimplicitany && tsbundle npm)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.56",