typescript ~4.2 or ~4.3 version (#5894)

This commit is contained in:
Max 2022-05-20 11:09:49 +02:00 committed by GitHub
parent fbab9e5214
commit 2588f30d10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,6 +106,6 @@
"ts-node": "3.2.2", "ts-node": "3.2.2",
"tslint": "~6.1.0", "tslint": "~6.1.0",
"tslint-language-service": "^0.9.9", "tslint-language-service": "^0.9.9",
"typescript": "^4.3.5" "typescript": "~4.2.3||~4.3.0"
} }
} }