syndicate-js.code-workspace

This commit is contained in:
Tony Garnock-Jones 2024-04-12 10:28:55 +02:00
parent 3b20a58dce
commit 17890a6b97
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
{
"folders": [
{
"path": "."
},
{
"name": "preserves-js",
"path": "../preserves/implementations/javascript"
}
],
"settings": {
"files.exclude": {
"**/node_modules/": true
},
"typescript.tsdk": "syndicate-js/node_modules/typescript/lib"
}
}