diff --git a/rollup.config.mjs b/rollup.config.mjs index 18180ff1..447c649d 100644 --- a/rollup.config.mjs +++ b/rollup.config.mjs @@ -60,7 +60,6 @@ export default [ // is aligned to the config here. // See https://github.com/embroider-build/embroider/blob/main/docs/v2-faq.md#how-can-i-define-the-public-exports-of-my-addon addon.publicEntrypoints([ - 'index.js', 'config.js', 'styles.js', 'components/**/*.js', diff --git a/src/index.ts b/src/index.ts deleted file mode 100644 index e69de29b..00000000 diff --git a/src/types/global.d.ts b/src/types/global.d.ts deleted file mode 100644 index 47476d4c..00000000 --- a/src/types/global.d.ts +++ /dev/null @@ -1 +0,0 @@ -import '@glint/ember-tsc/types';