mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-14 14:05:13 +00:00
run prettier
This commit is contained in:
@@ -1,23 +1,23 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "src"
|
||||
"path": "src",
|
||||
},
|
||||
{
|
||||
"path": "assets"
|
||||
"path": "assets",
|
||||
},
|
||||
{
|
||||
"path": "scripts"
|
||||
"path": "scripts",
|
||||
},
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
"path": ".",
|
||||
},
|
||||
],
|
||||
"settings": {
|
||||
"typescript.tsdk": "util\\node_modules\\typescript\\lib"
|
||||
"typescript.tsdk": "util\\node_modules\\typescript\\lib",
|
||||
},
|
||||
"launch": {
|
||||
"version": "0.2.0",
|
||||
"configurations": []
|
||||
}
|
||||
"configurations": [],
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user