fix(core): update

This commit is contained in:
2022-08-02 14:50:18 +02:00
parent fde1e90440
commit 3dfb07e875
4 changed files with 12 additions and 14 deletions

View File

@@ -8,7 +8,7 @@
"type": "module",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --web)",
"build": "(tsbuild --web --allowimplicitany)",
"buildDocs": "tsdoc"
},
"repository": {
@@ -31,9 +31,7 @@
"@gitzone/tsrun": "^1.2.37",
"@gitzone/tstest": "^1.0.72",
"@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.6.2",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0"
"@types/node": "^18.6.3"
},
"dependencies": {
"@pushrocks/smartfile": "^10.0.4",