fix(core): update

This commit is contained in:
Philipp Kunz 2022-04-21 23:41:45 +02:00
parent 1337a6ec25
commit e0f8503b2b
2 changed files with 31 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
},
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web --skiplibcheck --allowimplicitany)"
"build": "(tsbuild --web --allowimplicitany)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.61",