konulu-konum/tsconfig.json

12 lines
192 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": {
2024-01-16 14:57:13 +00:00
"@/*": ["./src/*"]
2024-01-14 17:55:34 +00:00
}
}
}