update tsconfig

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