Skip to content

Commit

Permalink
fix: broken declarations (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt authored Nov 22, 2021
1 parent 09d9317 commit cff7b53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ const GLOBALS = {
};

const PLUGINS = [
typescript(),
typescript({tsconfig: './tsconfig.json', declarationDir: './'}),
,
resolve({
browser: true,
resolveOnly: [/^(?!react$)/],
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
"src/index.tsx",
"src/index.test.tsx",
"examples/**/*.tsx"
]
],
"exclude": ["node_modules", "./dist"]
}

0 comments on commit cff7b53

Please sign in to comment.