fix(core): update

This commit is contained in:
2023-04-05 16:31:34 +02:00
parent 9b8198d592
commit 820c6ccb74
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
"typings": "dist_ts/index.d.ts",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --web && tsbundle npm)",
"build": "(tsbuild --web --allowimplicitany && tsbundle npm)",
"buildDocs": "tsdoc"
},
"repository": {