mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-11 18:56:06 +09:00
update tsconfig
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "astroplate",
|
"name": "astroplate",
|
||||||
"version": "1.2.2",
|
"version": "1.2.3",
|
||||||
"description": "Astro and Tailwindcss boilerplate",
|
"description": "Astro and Tailwindcss boilerplate",
|
||||||
"author": "zeon.studio",
|
"author": "zeon.studio",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
+1
-2
@@ -16,8 +16,7 @@
|
|||||||
"@/components/*": ["./src/layouts/components/*"],
|
"@/components/*": ["./src/layouts/components/*"],
|
||||||
"@/shortcodes/*": ["./src/layouts/shortcodes/*"],
|
"@/shortcodes/*": ["./src/layouts/shortcodes/*"],
|
||||||
"@/partials/*": ["./src/layouts/partials/*"],
|
"@/partials/*": ["./src/layouts/partials/*"],
|
||||||
"@/*": ["./src/*"],
|
"@/*": ["./src/*"]
|
||||||
"react": ["./node_modules/@types/react"]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"include": ["**/*.ts", "**/*.tsx"],
|
"include": ["**/*.ts", "**/*.tsx"],
|
||||||
|
|||||||
Reference in New Issue
Block a user