konulu-konum/tsconfig.json
log101 9c4573a691 init project
feat: add home page
2024-01-14 20:55:34 +03:00

14 lines
208 B
JSON

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