Skip to content

Commit

Permalink
chore: update omlet config (#1792)
Browse files Browse the repository at this point in the history
- add TS and TSX files to include
- make sure exports is defined to mark the package entry point
- confirm package analytics match expectations
  • Loading branch information
booc0mtaco authored Oct 26, 2023
1 parent c2ecaf7 commit 930cbf5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .omletrc.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 930cbf5

Please sign in to comment.