fix(build): Update build script and async function signature

This commit is contained in:
2025-04-20 20:18:07 +00:00
parent 8e18898542
commit 2ea29cffbb
4 changed files with 9 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
"type": "module",
"scripts": {
"test": "tstest test/",
"build": "tsbuild tsfolders --allowimplicitany && tsbundle element --production",
"build": "tsbuild tsfolders --allowimplicitany --skiplibcheck && tsbundle element --production",
"watch": "tswatch element",
"buildDocs": "tsdoc"
},