konulu-konum/tsconfig.json

14 lines
267 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-07-11 10:49:35 +00:00
},
"experimentalDecorators": true,
"useDefineForClassFields": false,
2024-01-14 17:55:34 +00:00
}
}