We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 820d0d2 + d229d02 commit 6f6a376Copy full SHA for 6f6a376
rollup.config.mjs
@@ -48,8 +48,9 @@ export default {
48
// Ensure that .gjs files are properly integrated as Javascript
49
addon.gjs(),
50
51
- // Emit .d.ts declaration files
52
- addon.declarations('declarations'),
+ // @todo convert addon to TypeScript
+ // // Emit .d.ts declaration files
53
+ // addon.declarations('declarations'),
54
55
// addons are allowed to contain imports of .css files, which we want rollup
56
// to leave alone and keep in the published output.
0 commit comments