soc_site-astro/tsconfig.json

13 lines
No EOL
203 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"moduleResolution": "Bundler",
"allowJs": true,
"baseUrl": "src",
"paths": {
"@/*": [
"*"
]
}
}
}