Skip to content

Commit a27db21

Browse files
committed
chore(vscode): add TypeScript settings for module resolution and SDK path
1 parent b83ba39 commit a27db21

File tree

1 file changed

+4
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)