Files
server/server.code-workspace

24 lines
397 B
Plaintext

{
"folders": [
{
"path": "src",
},
{
"path": "assets",
},
{
"path": "scripts",
},
{
"path": ".",
},
],
"settings": {
"typescript.tsdk": "util\\node_modules\\typescript\\lib",
},
"launch": {
"version": "0.2.0",
"configurations": [],
},
}