Files
gregWiki/tsconfig.json
T
2026-04-15 23:38:15 +02:00

12 lines
190 B
JSON

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