31 lines
499 B
JSON
31 lines
499 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"exclude": [
|
|
"dist"
|
|
],
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"types": [
|
|
"vite-plugin-glsl/ext"
|
|
],
|
|
"paths": {
|
|
"@components/*": [
|
|
"src/components/*"
|
|
],
|
|
"@content/*": [
|
|
"src/content/*"
|
|
],
|
|
"@helpers/*": [
|
|
"src/helpers/index.ts",
|
|
"src/helpers/*"
|
|
],
|
|
"@layouts/*": [
|
|
"src/layouts/*"
|
|
],
|
|
"@i18n/*": [
|
|
"src/i18n/*"
|
|
]
|
|
}
|
|
}
|
|
}
|