fix(core): update

This commit is contained in:
2024-04-26 15:31:08 +02:00
parent e39141e86b
commit 4552a0527d
3 changed files with 172 additions and 277 deletions

View File

@@ -7,7 +7,7 @@
"type": "module",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --web --allowimplicitany --skiplibcheck && tsbundle --from ./ts/index.ts --to dist_bundle/bundle.js)",
"build": "(tsbuild --web --allowimplicitany && tsbundle --from ./ts/index.ts --to dist_bundle/bundle.js)",
"buildDocs": "tsdoc"
},
"repository": {