chore: set preserveWhitespaces: false in angular tsconfig.json (#904)

This commit is contained in:
Róbert Kiss
2019-01-24 01:41:52 +01:00
committed by László Monda
parent 2855480d6a
commit 8acc33e719
2 changed files with 8 additions and 2 deletions
+4 -1
View File
@@ -11,5 +11,8 @@
"exclude": [
"test.ts",
"**/*.spec.ts"
]
],
"angularCompilerOptions": {
"preserveWhitespaces": false
}
}