We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a29b07 commit 7b9e131Copy full SHA for 7b9e131
1 file changed
files/rollup.config.mjs
@@ -64,8 +64,8 @@ export default {
64
addon.declarations(
65
'declarations',
66
<% if (pnpm) { %>`pnpm ember-tsc --declaration --project ${tsConfig}`,<% } else if (npm)
67
- { %>`npm exec ember-tsc --declaration --project ${tsConfig}`,<% } else
68
- { %>`npx @glint/ember-tsc --declaration --project ${tsConfig}`,<% } %>
+ { %>`npm exec ember-tsc -- --declaration --project ${tsConfig}`,<% } else
+ { %>`npx @glint/ember-tsc -- --declaration --project ${tsConfig}`,<% } %>
69
),<% } %>
70
71
// addons are allowed to contain imports of .css files, which we want rollup
0 commit comments