Skip to content

Commit a3d9a85

Browse files
committed
Add --pretty to tsconfigs
1 parent 6d21cf6 commit a3d9a85

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/compiler/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"noImplicitThis": true,
55
"removeComments": true,
66
"preserveConstEnums": true,
7+
"pretty": true,
78
"outFile": "../../built/local/tsc.js",
89
"sourceMap": true,
910
"declaration": true,

src/server/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"noImplicitThis": true,
55
"removeComments": true,
66
"preserveConstEnums": true,
7+
"pretty": true,
78
"out": "../../built/local/tsserver.js",
89
"sourceMap": true,
910
"stripInternal": true

src/services/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"noImplicitThis": true,
55
"removeComments": false,
66
"preserveConstEnums": true,
7+
"pretty": true,
78
"outFile": "../../built/local/typescriptServices.js",
89
"sourceMap": true,
910
"stripInternal": true,

0 commit comments

Comments
 (0)