@@ -110,12 +110,6 @@ give users fair warning about the increased size. To enable TypeScript for your
110110addon, simple move ` ember-cli-typescript ` from ` devDependencies ` to
111111` dependencies ` in your ` package.json ` .
112112
113- ## New modules API
114-
115- Note: the new modules API is not yet supported by the official typings (which
116- are distinct from this addon, though we install them). We hope to have support
117- for them shortly!
118-
119113## Not (yet) supported
120114
121115While TS already works nicely for many things in Ember, there are a number of
@@ -125,15 +119,23 @@ landing in TypeScript itself.
125119
126120[ existing typings ] : https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ember
127121
128- We are hard at work (and would welcome your help!) [ writing new typings] for
129- Ember which can give correct types for Ember's custom object model. If you'd
130- like to try those out, please see instructions in that repo!
122+ We are hard at work (and would welcome your help!) [ writing new
123+ typings] [ ember-typings ] for Ember and the surrounding ecosystem, which can give
124+ correct types for Ember's custom object model and things which build on it (e.g.
125+ ember-data). If you'd like to try those out, please see instructions in [ that
126+ repo] [ ember-typings ] !
131127
132- [ writing new typings] : https://github.com/typed-ember/ember-typings
128+ [ ember- typings] : https://github.com/typed-ember/ember-typings
133129
134130Here is the short list of things which do * not* work yet in the version of the
135131typings published on DefinitelyTyped.
136132
133+ ### New modules API
134+
135+ Note: the new modules API is not yet supported by the official typings (which
136+ are distinct from this addon, though we install them). We do have experimental
137+ support for them in the [ ember-typings] repository, and it works quite well!
138+
137139### Some ` import ` s don't resolve
138140
139141You'll frequently see errors for imports which TypeScript doesn't know how to
0 commit comments