kios-webapp/astro/tsconfig.json
2024-04-02 14:16:28 +02:00

16 lines
257 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"types": [
"@astrojs/image/client"
],
"baseUrl": ".",
"paths": {
"@/*": [
"src/*"
]
},
"jsx": "react-jsx",
"jsxImportSource": "react"
}
}