You may be wondering why the packages added to your package.json and described in Installation: Other packages this addon installsarrow-up-right are named things like @types/ember__object instead of something like @types/@ember/object. This is a conventional name used to allow both the compiler and the DefinitelyTypedarrow-up-right publishing infrastructure (types-publisherarrow-up-right) to handle scoped packages, documented under What about scoped packages?arrow-up-right in the DefinitelyTyped READMEarrow-up-right.
package.json
@types/ember__object
@types/@ember/object
See also:
Microsoft/types-publisher#155arrow-up-right
Microsoft/Typescript#14819arrow-up-right
Last updated 4 years ago
Was this helpful?