old2-ieeeucsd-org/tsconfig.json
2024-03-15 20:59:21 -07:00

14 lines
No EOL
256 B
JSON

{
"extends": "astro/tsconfigs/base",
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"jsx": "react-jsx",
"jsxImportSource": "preact"
},
"exclude": [
"node_modules",
"**/node_modules/*",
".vscode",
"dist"
]
}