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 cbeeb82 commit 60409e5Copy full SHA for 60409e5
rollup.config.mjs
@@ -63,7 +63,7 @@ export default {
63
// Emit .d.ts declaration files
64
addon.declarations(
65
'declarations',
66
- `npx glint --declaration --project ${tsConfig}`,
+ `pnpm ember-tsc --declaration --project ${tsConfig}`,
67
),
68
69
// addons are allowed to contain imports of .css files, which we want rollup
0 commit comments