mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-11 10:46:07 +09:00
initialize project
This commit is contained in:
Executable
+20
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"extends": "astro/tsconfigs/strict",
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"resolveJsonModule": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"paths": {
|
||||
"@function-components/*": ["./src/layouts/function-components/*"],
|
||||
"@components/*": ["./src/layouts/components/*"],
|
||||
"@shortcodes/*": ["./src/layouts/shortcodes/*"],
|
||||
"@partials/*": ["./src/layouts/partials/*"],
|
||||
"@layouts/*": ["./src/layouts/*"],
|
||||
"@content/*": ["./src/content/*"],
|
||||
"@config/*": ["./src/config/*"],
|
||||
"@styles/*": ["./src/styles/*"],
|
||||
"@hooks/*": ["./src/hooks/*"],
|
||||
"@lib/*": ["./src/lib/*"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user