Understanding the @types Package Names
Last updated
Was this helpful?
Last updated
Was this helpful?
You may be wondering why the packages added to your package.json
and described in 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 publishing infrastructure () to handle scoped packages, documented under in .
See also: