update tsconfig

This commit is contained in:
somrat sorkar
2023-05-30 12:28:44 +06:00
parent e597fbde98
commit cbc1c568ab
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "astroplate",
"version": "1.2.3",
"version": "1.2.4",
"description": "Astro and Tailwindcss boilerplate",
"author": "zeon.studio",
"license": "MIT",
+1
View File
@@ -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/*"],