summary refs log tree commit diff
path: root/build.json.default
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2022-08-19 18:53:25 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2022-08-19 19:07:10 +0200
commit9071cbdc25e97153086ac48bd389b04c43e56458 (patch)
tree8b6685ad362f9906fbc7fafcea5d2157c4d8d998 /build.json.default
parentMerge remote-tracking branch 'Puyodead1/patch/prettier-config' into staging (diff)
downloadserver-ts-9071cbdc25e97153086ac48bd389b04c43e56458.tar.xz
Updates scripts and tests from dev/plugins
Diffstat (limited to 'build.json.default')
-rw-r--r--build.json.default16
1 files changed, 16 insertions, 0 deletions
diff --git a/build.json.default b/build.json.default
new file mode 100644

index 00000000..cac0a850 --- /dev/null +++ b/build.json.default
@@ -0,0 +1,16 @@ +{ + "compiler": "tsc", + "verbose": true, + "writeBuildLog": true, + "writeAnsiBuildLog": true, + "logErrors": true, + "tsc": { + "prettyErrors": true + }, + "clean": true, + "quiet": false, + "steps": { + "pre": ["clean"], + "post": ["remap_imports"] + } +}