Skip to content

Commit dc9bef6

Browse files
committed
Use workspace version of typescript
1 parent 8e4833e commit dc9bef6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"editor.formatOnSave": true
2+
"editor.formatOnSave": true,
3+
"typescript.tsdk": "node_modules/typescript/lib"
34
}

0 commit comments

Comments
 (0)