RythonDev/tsconfig.json
2026-08-03 19:30:32 +10:00

12 lines
No EOL
166 B
JSON

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