ieeeucsd-org/tsconfig.json
2025-02-28 22:18:09 -08:00

10 lines
221 B
JSON

{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"],
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react",
"esModuleInterop": true
}
}