diff --git a/README.md b/README.md index 2b7d406e9..d5d80aa67 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ export default class KitchenSink { In order for Angular to expose the debug information for AoT applications, you will have to explicitly set the debug flag to `true` in your project's `tsconfig.json` as such: -```json +```json5 "angularCompilerOptions": { /* ... */ "debug": true