Skip to content

Commit 0fefeea

Browse files
fix: correctly ship type definitions
1 parent 9faab3a commit 0fefeea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"jest"
1414
],
1515
"allowSyntheticDefaultImports": true,
16-
"moduleResolution": "node"
16+
"moduleResolution": "node",
17+
"declaration": true
1718
},
1819
"include": [
1920
"src",

0 commit comments

Comments
 (0)