repo-tools: fix module type declaration for embedded-postgres
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Vendored
+1
-1
@@ -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';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user