docs(toh-6): fix tsconfig-aot.json indentation. (#3192)

This commit is contained in:
Nuri Hodges 2017-02-06 18:51:43 -08:00 committed by Ward Bell
parent b2f4148472
commit 968fe62e6c
1 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@
],
"angularCompilerOptions": {
"genDir": "aot",
"skipMetadataEmit" : true
}
"genDir": "aot",
"skipMetadataEmit" : true
}
}