Skip to content

Commit c5ef39b

Browse files
committed
Fixed rollup config
- removed empty exclude, artifact left from try to keep the .d.ts Signed-off-by: JBBianchi <[email protected]>
1 parent 8d8b563 commit c5ef39b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

rollup.config.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@ export default {
1717
],
1818
plugins: [
1919
json(),
20-
typescript({
21-
useTsconfigDeclarationDir: true,
22-
exclude: []
23-
}),
20+
typescript({ useTsconfigDeclarationDir: true }),
2421
commonjs(),
2522
resolve(),
2623
sourceMaps(),

0 commit comments

Comments
 (0)