diff --git a/guides/release/typescript/additional-resources/faq.md b/guides/release/typescript/additional-resources/faq.md index 561555734d..283d1270d6 100644 --- a/guides/release/typescript/additional-resources/faq.md +++ b/guides/release/typescript/additional-resources/faq.md @@ -21,7 +21,7 @@ These are all fallbacks, of course, you should use the types supplied directly w At the root of your application or addon, we include a `types/` directory with an `index.d.ts` file in it. Anything which is part of your project but which must be declared globally can go in this file. For example, if you have data attached to the `Window` object when the page is loaded (for bootstrapping or whatever other reason), this is a good place to declare it. -We automatically configure `index.d.ts` to be ready for [Glint][], which will make type checking work with Ember's templates. The default configuration only supports Ember's classic pairing of separate `.ts` and `.hbs` files, but Glint also supports the `