1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-21 09:52:38 +01:00
server/server.code-workspace
2024-11-19 14:19:40 -06:00

24 lines
277 B
Plaintext

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