diff --git a/packages/image-gallery/tsconfig.json b/packages/image-gallery/tsconfig.json index a6ab6891..cd5c391b 100644 --- a/packages/image-gallery/tsconfig.json +++ b/packages/image-gallery/tsconfig.json @@ -14,6 +14,7 @@ "baseUrl": "../..", "paths": { "@arvinxu/image-gallery": ["./packages/image-gallery/src"] - } + }, + "types": ["../../types", "@types/jest", "./types"] } }