web/web/tsconfig.json
2024-06-29 14:13:08 +02:00

16 lines
233 B
JSON

{
"extends": "astro/tsconfigs/strictest",
"compilerOptions": {
"baseUrl": "./src",
"paths": {
"@/*": [
"./*"
]
},
"plugins": [
{
"name": "@astrojs/ts-plugin"
},
],
}
}