mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-06 19:02:33 +01:00
13 lines
181 B
JSON
13 lines
181 B
JSON
|
{
|
||
|
"version": "2.0.0",
|
||
|
"tasks": [
|
||
|
{
|
||
|
"type": "npm",
|
||
|
"script": "build",
|
||
|
"group": "build",
|
||
|
"problemMatcher": [],
|
||
|
"label": "npm: build",
|
||
|
"detail": "tsc -b"
|
||
|
}
|
||
|
]
|
||
|
}
|