mirror of
https://github.com/github/codeql.git
synced 2026-05-01 19:55:15 +02:00
fix typescript version
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"name": "typescript-parser-wrapper",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"typescript": "^4.3.2"
|
||||
"typescript": "4.3.2"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc --project tsconfig.json",
|
||||
|
||||
Reference in New Issue
Block a user