Skip to content

Commit 6b665a6

Browse files
committed
There we go. be more like the blueprint
1 parent fc89da2 commit 6b665a6

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

addon/rollup.config.mjs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ export default {
3838
// `dependencies` and `peerDependencies` as well as standard Ember-provided
3939
// package names.
4040
addon.dependencies(),
41-
addon.declarations(),
41+
addon.declarations(
42+
'declarations',
43+
'pnpm ember-tsc --declaration --declarationDir declarations',
44+
),
4245

4346
// Remove leftover build artifacts when starting a new build.
4447
addon.clean(),

addon/tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
"unpublished-development-types/**/*"
66
],
77
"compilerOptions": {
8-
"declarationDir": "declarations",
9-
"allowJs": true,
108
"rootDir": "./src",
119
"types": ["ember-source/types", "@glint/ember-tsc/types"]
1210
}

0 commit comments

Comments
 (0)