This addon patches the ember-auto-import
config to enable the direct import
of .ts
files
without an additional build / publish step in between. This is useful for
extracting business logic / utils into their own packages in
monorepos.
It's like ember-cli-typescript
, but for regular npm
packages.
For apps:
ember install ember-auto-import ember-auto-import-typescript
For addons & engines:
ember install -S ember-auto-import ember-auto-import-typescript