Skip to content

Commit 354dd40

Browse files
committed
chore: Use “js/ts.tsdk.path“ instead of “typescript.tsdk“, the latter is deprecated.
1 parent 16d13bf commit 354dd40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eide.code-workspace

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
],
77
"settings": {
88
"search.useIgnoreFiles": false,
9-
"typescript.tsdk": "node_modules\\typescript\\lib"
9+
"js/ts.tsdk.path": "node_modules/typescript/lib"
1010
}
11-
}
11+
}

0 commit comments

Comments
 (0)