Skip to content

Commit d229d02

Browse files
committed
Disable declarations folder generation until addon source code converted to TypeScript
1 parent 332c619 commit d229d02

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)