From e597fbde987a9d8021b94d2b600fb6bd6f0fb2ff Mon Sep 17 00:00:00 2001 From: somrat sorkar Date: Tue, 30 May 2023 10:59:44 +0600 Subject: [PATCH] update tsconfig --- package.json | 2 +- tsconfig.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index bfb592a..af0a9ce 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astroplate", - "version": "1.2.2", + "version": "1.2.3", "description": "Astro and Tailwindcss boilerplate", "author": "zeon.studio", "license": "MIT", diff --git a/tsconfig.json b/tsconfig.json index 6f95bb7..45e1dff 100755 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,8 +16,7 @@ "@/components/*": ["./src/layouts/components/*"], "@/shortcodes/*": ["./src/layouts/shortcodes/*"], "@/partials/*": ["./src/layouts/partials/*"], - "@/*": ["./src/*"], - "react": ["./node_modules/@types/react"] + "@/*": ["./src/*"] } }, "include": ["**/*.ts", "**/*.tsx"],