Skip to content

Commit

Permalink
🐛 set typescript version to 4.3.4 (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianrath committed Jul 24, 2021
1 parent a4a95f2 commit 0ed87a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"typescript.tsdk": "node_modules/typescript/lib"
}
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"version" : "4.3.4",
"compileOnSave": false,
"compilerOptions": {
"module": "commonjs",
Expand Down

0 comments on commit 0ed87a4

Please sign in to comment.