Files
integration/website/tsconfig.json
2025-04-17 17:27:58 +02:00

14 lines
240 B
JSON

{
"extends": "astro/tsconfigs/base",
"compilerOptions": {
"baseUrl": ".",
"strictNullChecks": true,
"paths": {
"@/*": ["src/*"]
},
"jsx": "react-jsx",
"jsxImportSource": "react",
"outDir": "dist"
}
}