Server/server.code-workspace

23 lines
268 B
Text
Raw Normal View History

2024-09-05 00:21:51 -07:00
{
"folders": [
{
"path": "src"
},
{
"path": "assets"
},
{
"path": "scripts"
},
{
"path": "."
}
],
"settings": {
"typescript.tsdk": "util\\node_modules\\typescript\\lib"
},
"launch": {
"version": "0.2.0",
"configurations": []
}
}