Skip to content

Commit 2e126f4

Browse files
authored
feat: use local typescript to improve the graph experience (#21)
1 parent a1168d2 commit 2e126f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
},
55
"solidity.formatter": "forge",
66
"solidity.telemetry": false,
7-
"taskManager.exclude": "lib|install|tsc|hardhat"
7+
"taskManager.exclude": "lib|install|tsc|hardhat",
8+
"typescript.tsdk": "node_modules/typescript/lib"
89
}

0 commit comments

Comments
 (0)