Skip to content

Commit

Permalink
πŸš‘ Downgrade TypeScript
Browse files Browse the repository at this point in the history
Workaround for Yarn 2 TypeScript problem.
See yarnpkg/berry#2935 and yarnpkg/berry#2938.
  • Loading branch information
gluons committed May 30, 2021
1 parent 3e728f1 commit ba4106a
Show file tree
Hide file tree
Showing 2 changed files with 367 additions and 345 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"ts-node": "^10.0.0",
"tslint": "^6.1.2",
"tslint-config-gluons": "^2.2.0",
"typescript": "^4.0.0",
"typescript": "~4.2.0",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
"vue-server-renderer": "^2.6.11",
Expand Down
Loading

0 comments on commit ba4106a

Please sign in to comment.