diff --git a/.omletrc.json b/.omletrc.json index ce68b0c52..b2abc296d 100644 --- a/.omletrc.json +++ b/.omletrc.json @@ -1,5 +1,8 @@ { "ignore": ["lib/**", ".storybook/**"], - "include": ["src/components/**/*.tsx"], - "tsconfigPath": "tsconfig.json" + "include": ["src/components/**/*.{tsx,ts}", "src/index.ts"], + "tsconfigPath": "tsconfig.json", + "exports": { + ".": "./src/index.ts" + } }