Skip to content

Commit 6f6a376

Browse files
authored
Merge pull request #381 from adopted-ember-addons/disable-declarations
Disable declarations folder generation
2 parents 820d0d2 + d229d02 commit 6f6a376

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

rollup.config.mjs

+3-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ export default {
4848
// Ensure that .gjs files are properly integrated as Javascript
4949
addon.gjs(),
5050

51-
// Emit .d.ts declaration files
52-
addon.declarations('declarations'),
51+
// @todo convert addon to TypeScript
52+
// // Emit .d.ts declaration files
53+
// addon.declarations('declarations'),
5354

5455
// addons are allowed to contain imports of .css files, which we want rollup
5556
// to leave alone and keep in the published output.

0 commit comments

Comments
 (0)