Skip to content

Commit

Permalink
chore: add vscode config
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Sep 16, 2022
1 parent aadae10 commit 30933b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ lerna-debug.log*
.env
.env.test

# VSCode
.vscode

# Cache
.eslintcache

Expand Down
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"
}

0 comments on commit 30933b3

Please sign in to comment.