From cbc1c568abe47cafbb6237e11c3da3aa48aef84e Mon Sep 17 00:00:00 2001 From: somrat sorkar Date: Tue, 30 May 2023 12:28:44 +0600 Subject: [PATCH] update tsconfig --- package.json | 2 +- tsconfig.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index af0a9ce..e968e80 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astroplate", - "version": "1.2.3", + "version": "1.2.4", "description": "Astro and Tailwindcss boilerplate", "author": "zeon.studio", "license": "MIT", diff --git a/tsconfig.json b/tsconfig.json index 45e1dff..e7f016d 100755 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,6 +13,7 @@ "incremental": true, "allowSyntheticDefaultImports": true, "paths": { + "@/function-components/*": ["./src/layouts/function-components/*"], "@/components/*": ["./src/layouts/components/*"], "@/shortcodes/*": ["./src/layouts/shortcodes/*"], "@/partials/*": ["./src/layouts/partials/*"],