konulu-konum/tsconfig.json

14 lines
208 B
JSON
Raw Normal View History

2024-01-14 17:55:34 +00:00
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react",
"baseUrl": ".",
"paths": {
"@/*": [
"./src/*"
]
}
}
}