mirror of
https://github.com/10h30/astroplate.git
synced 2026-06-05 15:08:00 +09:00
update tsconfig
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "astroplate",
|
||||
"version": "1.2.3",
|
||||
"version": "1.2.4",
|
||||
"description": "Astro and Tailwindcss boilerplate",
|
||||
"author": "zeon.studio",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -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/*"],
|
||||
|
||||
Reference in New Issue
Block a user