fix(core): update

This commit is contained in:
2022-03-24 15:53:02 +01:00
parent e559ed072c
commit b7a666ac66
3 changed files with 14 additions and 13 deletions

View File

@ -8,7 +8,7 @@
"type": "module",
"scripts": {
"test": "(npm run build)",
"build": "(tsbuild custom ts_web --web && tsbundle element)",
"build": "(tsbuild element --web --allowimplicitany --skiplibcheck && tsbundle element)",
"watch": "tswatch element"
},
"author": "Lossless GmbH",