We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4592ec1 commit 3f68020Copy full SHA for 3f68020
src/README.md
@@ -26,3 +26,15 @@ For addons & engines:
26
```bash
27
ember install -S ember-auto-import ember-auto-import-typescript
28
```
29
+
30
+### Patching
31
32
+This addon requires
33
+[PR #249 "feat(splitter): add `.ts` extension to resolver"][pr-249]. There's not
34
+been a new release since the PR got merged. This means you need to patch
35
+ember-auto-import yourself. I suggest to use [`patch-package`][patch-package]
36
+with the [`ember-auto-import+1.5.2.patch`][patch-file].
37
38
+[pr-249]: https://github.com/ef4/ember-auto-import/pull/249
39
+[patch-package]: https://github.com/ds300/patch-package#readme
40
+[patch-file]: /patches/ember-auto-import+1.5.2.patch
0 commit comments