Skip to content

Commit 0fbc004

Browse files
committedSep 10, 2021
chore: put .d.ts files in right place
1 parent a023c0f commit 0fbc004

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.aegir.cjs

+3
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@
44
module.exports = {
55
build: {
66
bundlesizeMax: '143KB'
7+
},
8+
ts: {
9+
copyTo: './dist/types'
710
}
811
}

0 commit comments

Comments
 (0)
Please sign in to comment.