2024-04-03 00:09:47 +02:00
|
|
|
{
|
2024-08-20 21:54:59 +02:00
|
|
|
"extends": "astro/tsconfigs/strict",
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": ".",
|
|
|
|
"paths": {
|
|
|
|
"@*": ["src/*"]
|
|
|
|
},
|
|
|
|
"jsx": "react-jsx",
|
|
|
|
"jsxImportSource": "react"
|
|
|
|
},
|
|
|
|
"exclude": ["dist", "node_modules"]
|
2024-04-03 00:09:47 +02:00
|
|
|
}
|