Skip to content

Commit 0111295

Browse files
committed
fix: types on build
1 parent c6f4183 commit 0111295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const tsOptions = {
1111
tsconfig: "./tsconfig.json",
1212
declaration: true,
1313
declarationDir: ".",
14-
include: [ "src/**/*.ts" ],
14+
include: [ "src/*.ts", "src/**/*.ts" ],
1515
};
1616

1717
/** @type {import('rollup').RollupOptions} */

0 commit comments

Comments
 (0)