repo-tools: fix module type declaration for embedded-postgres

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-12-28 19:01:57 +01:00
parent d4adf46996
commit 2e0a239c1e
+1 -1
View File
@@ -16,5 +16,5 @@
// It's missing a types entry point, but has types in dist
declare module 'embedded-postgres' {
export { default } from 'embedded-postgres/dist/index.d.ts';
export { default } from 'embedded-postgres/dist/index';
}