mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-09 08:05:40 +00:00
17 lines
262 B
JSON
17 lines
262 B
JSON
{
|
|
"compiler": "tsc",
|
|
"verbose": true,
|
|
"writeBuildLog": true,
|
|
"writeAnsiBuildLog": true,
|
|
"logErrors": true,
|
|
"tsc": {
|
|
"prettyErrors": true
|
|
},
|
|
"clean": true,
|
|
"quiet": false,
|
|
"steps": {
|
|
"pre": ["clean", "clean_cache"],
|
|
"post": ["remap_imports"]
|
|
}
|
|
}
|