diff --git a/package.json b/package.json index 83c93293..771c91fc 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,6 @@ "docs/", "es/", "types/", - "types.ts", "LICENSE.md" ], "main": "cjs/index.js", diff --git a/src/index.ts b/src/index.ts index 6dae6228..0c13104a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -25,4 +25,3 @@ export * from './behaviors/token'; // Types export { default as TypeaheadRef } from './core/Typeahead'; -export * from './types';