Skip to content
This repository has been archived by the owner on Sep 30, 2022. It is now read-only.

Commit

Permalink
chore: set typescript.tsdk
Browse files Browse the repository at this point in the history
  • Loading branch information
unicornware committed Oct 11, 2021
1 parent 74dc7ee commit 80e35b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"pre-commit": "shellscript",
"pre-push": "shellscript"
},
"prettier.configPath": "./.prettierrc.cjs"
"prettier.configPath": "./.prettierrc.cjs",
"typescript.tsdk": "node_modules/typescript/lib"
}

0 comments on commit 80e35b6

Please sign in to comment.