fix(core): update

This commit is contained in:
2022-05-20 18:54:49 +02:00
parent f9e2f00e9b
commit d23b298bd5
4 changed files with 484 additions and 680 deletions

View File

@ -8,7 +8,7 @@
"type": "module",
"scripts": {
"test": "tstest test/ --web",
"build": "tsbuild element --allowimplicitany --skiplibcheck && tsbundle element --production",
"build": "tsbuild element --allowimplicitany && tsbundle element --production",
"watch": "tswatch element"
},
"author": "Lossless GmbH",