Skip to content

Enable ember-auto-import to import .ts files, without an intermediary publishing step

License

Notifications You must be signed in to change notification settings

MenloCoaching/ember-auto-import-typescript

 
 

Repository files navigation

ember-auto-import-typescript

npm version Download Total code style: prettier CLARK Open Source
Dependabot enabled dependencies Status devDependencies Status

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.

Installation

For apps:

ember install ember-auto-import ember-auto-import-typescript

For addons & engines:

ember install -S ember-auto-import ember-auto-import-typescript

About

Enable ember-auto-import to import .ts files, without an intermediary publishing step

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 74.7%
  • HTML 19.6%
  • TypeScript 4.6%
  • Handlebars 1.1%