1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-16 15:52:25 +02:00
server/server.code-workspace
2023-03-31 02:05:02 +11:00

24 lines
269 B
Plaintext

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