fix(core): update

This commit is contained in:
2022-03-12 19:05:46 +01:00
parent 318189c7b2
commit 9adbce12e1
9 changed files with 151 additions and 108 deletions

View File

@ -5,6 +5,7 @@
"description": "TypeScript nightly to easily make use of latest features",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"bin": {
"tsbuild": "./cli.js"
},
@ -36,7 +37,7 @@
"typescript": "4.7.0-dev.20220311"
},
"devDependencies": {
"@gitzone/tsrun": "1.2.18",
"@gitzone/tsrun": "^1.2.24",
"@pushrocks/tapbundle": "^4.0.8",
"@types/node": "^17.0.21",
"tslint": "^6.1.3",