Skip to content

Commit aac6742

Browse files
committed
chore: show diagnostics, use pretty
1 parent 208edcd commit aac6742

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/tsconfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@
77
"noImplicitAny": false,
88
"removeComments": true,
99
"preserveConstEnums": true,
10+
"diagnostics": true,
11+
"pretty": true,
1012
"suppressImplicitAnyIndexErrors": true,
1113
"inlineSourceMap": true,
1214
"experimentalDecorators": true,
1315
"noEmitHelpers": true,
16+
"skipLibCheck": true,
1417
"plugins": [{
1518
"transform": "./ns-transform-native-classes.ts",
1619
"type": "raw"
@@ -33,6 +36,7 @@
3336
"node_modules",
3437
"platforms",
3538
"demo",
36-
"ng-demo"
39+
"ng-demo",
40+
"ns-transform-native-classes.ts"
3741
]
3842
}

0 commit comments

Comments
 (0)