fix(core): update

This commit is contained in:
2023-03-20 14:36:27 +01:00
parent 9fa3165304
commit ce88b62d3c
3 changed files with 2 additions and 9 deletions

View File

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