mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-22 18:32:29 +01:00
17 lines
247 B
Plaintext
17 lines
247 B
Plaintext
{
|
|
"compiler": "tsc",
|
|
"verbose": true,
|
|
"writeBuildLog": true,
|
|
"writeAnsiBuildLog": true,
|
|
"logErrors": true,
|
|
"tsc": {
|
|
"prettyErrors": true
|
|
},
|
|
"clean": true,
|
|
"quiet": false,
|
|
"steps": {
|
|
"pre": ["clean"],
|
|
"post": ["remap_imports"]
|
|
}
|
|
}
|