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"],