Skip to content

Commit

Permalink
fix(main): fix whitespaces globally for aot (#4326)
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaSurmay authored and valorkin committed May 16, 2018
1 parent b4870d7 commit 0478637
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion demo/src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@
"exclude": [
"src/test.ts",
"**/*.spec.ts"
]
],
"angularCompilerOptions": {
"preserveWhitespaces": true
}
}

0 comments on commit 0478637

Please sign in to comment.