syndicate-js.code-workspace
This commit is contained in:
parent
3b20a58dce
commit
17890a6b97
1 changed files with 17 additions and 0 deletions
17
syndicate-js.code-workspace
Normal file
17
syndicate-js.code-workspace
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue