Add --pretty to tsconfigs

This commit is contained in:
Nathan Shively-Sanders 2016-07-11 11:00:06 -07:00
parent 6d21cf6434
commit a3d9a85546
3 changed files with 3 additions and 0 deletions

View file

@ -4,6 +4,7 @@
"noImplicitThis": true,
"removeComments": true,
"preserveConstEnums": true,
"pretty": true,
"outFile": "../../built/local/tsc.js",
"sourceMap": true,
"declaration": true,

View file

@ -4,6 +4,7 @@
"noImplicitThis": true,
"removeComments": true,
"preserveConstEnums": true,
"pretty": true,
"out": "../../built/local/tsserver.js",
"sourceMap": true,
"stripInternal": true

View file

@ -4,6 +4,7 @@
"noImplicitThis": true,
"removeComments": false,
"preserveConstEnums": true,
"pretty": true,
"outFile": "../../built/local/typescriptServices.js",
"sourceMap": true,
"stripInternal": true,