We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c41ce9 + eb37a68 commit 80634c5Copy full SHA for 80634c5
ember-resources/package.json
@@ -89,7 +89,7 @@
89
],
90
"scripts": {
91
"start": "rollup -c ./rollup.config.mjs --watch",
92
- "build": "rollup -c ./rollup.config.mjs",
+ "build": "rollup -c ./rollup.config.mjs && pnpm fix-bad-declaration-output './dist/**/*.d.ts'",
93
"lint": "concurrently 'npm:lint:*(!fix)' --names 'lint:'",
94
"lint:types": "tsc --noEmit",
95
"lint:fix": "concurrently 'npm:lint:*:fix' --names 'fix:'",
@@ -160,6 +160,7 @@
160
"ember-template-lint": "5.13.0",
161
"eslint": "^8.35.0",
162
"expect-type": "^0.16.0",
163
+ "fix-bad-declaration-output": "^1.0.0",
164
"prettier": "^3.0.0",
165
"prettier-plugin-ember-template-tag": "^1.0.0",
166
"rollup": "4.8.0",
0 commit comments