Skip to content

Commit 8b0cf94

Browse files
authored
build: add TS declaration file to ie11 build (#72)
1 parent 0d27dc1 commit 8b0cf94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup/cjs.ie11.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const config = {
2121
clean: true,
2222
tsconfigOverride: {
2323
compilerOptions: {
24-
declaration: false,
24+
declaration: true,
2525
module: 'ESNext',
2626
downlevelIteration: true,
2727
target: 'es5',

0 commit comments

Comments
 (0)