Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 3f9890d

Browse files
committed
chore: add vscode config
1 parent d67a5f4 commit 3f9890d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ lerna-debug.log*
1919
.env
2020
.env.test
2121

22-
# VSCode
23-
.vscode
24-
2522
# Distribution
2623
dist
2724

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"typescript.tsdk": "node_modules/typescript/lib"
3+
}

0 commit comments

Comments
 (0)