Skip to content

Commit

Permalink
Update to TS 5.x and other deps necessary to do it
Browse files Browse the repository at this point in the history
  • Loading branch information
humphd committed Apr 3, 2023
1 parent e36cd32 commit 93b8428
Show file tree
Hide file tree
Showing 3 changed files with 1,308 additions and 1,752 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"eslint.workingDirectories": [{ "mode": "auto" }],
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.detectIndentation": false
"editor.detectIndentation": false,
"typescript.tsdk": "node_modules/typescript/lib"
}
Loading

0 comments on commit 93b8428

Please sign in to comment.