githubEdit

Understanding the @types Package Names

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.

See also:

Last updated

Was this helpful?