Use workspace TS version in VSCode (#817)

This commit is contained in:
Lou Acresti
2023-05-05 07:00:15 -07:00
committed by GitHub
parent 085fcf4f92
commit b58552f73c
+2 -1
View File
@@ -8,5 +8,6 @@
],
"yaml.schemas": {
"https://json.schemastore.org/github-workflow.json": "./.github/workflows/deploy.yml"
}
},
"typescript.tsdk": "node_modules/typescript/lib"
}