Files
superrevive/tsconfig.json
2025-12-07 16:07:03 +02:00

12 lines
207 B
JSON

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