Skip to content

Commit

Permalink
fix: install typescript 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Sep 5, 2022
1 parent 97587ce commit be09ce2
Show file tree
Hide file tree
Showing 3 changed files with 3,899 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
public-hoist-pattern[]=*
package-lock=false
lockfile=false
lockfile=true
prefer-frozen-lockfile=false
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"tar-fs": "^2.1.1",
"ts-morph": "^11.0.3",
"ts-node": ">=10",
"typescript": ">=4.3",
"typescript": "4.3",
"weak-napi": "^2.0.2"
},
"engines": {
Expand Down
Loading

0 comments on commit be09ce2

Please sign in to comment.