fix(core): update

This commit is contained in:
2022-03-16 16:34:55 +01:00
parent 4b7a9d97f3
commit 09ac10c27c
+1 -1
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",