fix(core): update

This commit is contained in:
2022-08-07 19:27:42 +02:00
parent 63f515b801
commit 9905785ef3
3 changed files with 1681 additions and 2355 deletions

View File

@@ -10,7 +10,7 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --web)",
"build": "(tsbuild --web --allowimplicitany)",
"format": "(gitzone format)",
"buildDocs": "tsdoc"
},