Skip to content

Commit 4ed446a

Browse files
committed
fix: missing type definitions
1 parent ba57a24 commit 4ed446a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default [
99
{file: pkg.module, format: 'es', sourcemap: true},
1010
],
1111
plugins: [
12-
typescript({tsconfig: './tsconfig.json'}),
12+
typescript({tsconfig: './tsconfig.build.json'}),
1313
],
1414
},
1515
];

0 commit comments

Comments
 (0)