astro-deploy/tsconfig.json
2024-02-25 09:59:37 +01:00

14 lines
276 B
JSON

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