mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
14 lines
No EOL
256 B
JSON
14 lines
No EOL
256 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true,
|
|
"moduleResolution": "Bundler",
|
|
"allowJs": true,
|
|
"baseUrl": "src",
|
|
"paths": {
|
|
"@/graphql/*": [
|
|
"graphql/*"
|
|
],
|
|
}
|
|
}
|
|
} |