From 901ef0919558b4d64db8155093f001858fef9d4c Mon Sep 17 00:00:00 2001 From: somrat sorkar Date: Sun, 9 Jul 2023 09:01:49 +0600 Subject: [PATCH] update tsconfig --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 18d9566..ccbb97d 100755 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,6 +11,7 @@ "isolatedModules": true, "incremental": true, "allowSyntheticDefaultImports": true, + "types": ["@astrojs/image/client"], "paths": { "@/components/*": ["./src/layouts/components/*"], "@/shortcodes/*": ["./src/layouts/shortcodes/*"],