Skip to content

Commit 96c477c

Browse files
committed
chore: revisit package exports
1 parent ea2df76 commit 96c477c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
] /* List of folders to include type definitions from. */
3333
},
3434
"files": ["src/index.ts"],
35-
"include": ["src/**/*.d.ts", "types"]
35+
"include": ["migrations/*.json", "src/**/*.d.ts", "types"]
3636
}

0 commit comments

Comments
 (0)