Commit bb323bc
authored
ref(ember): Add type definitions for Ember (#3531)
Since we aren't running 'prepublishOnly' via Lerna, Ember-cli-typescript's precompile wasn't getting called. A pre and post publish call will temporarily create the definitions for publishing and remove them afterwards. This is required since .ts files can't be included in the app folder in Ember since they get merged as-is into a project file structure.1 parent 13eea94 commit bb323bc
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
0 commit comments