cache-atlas / tsconfig.json
rishabhsai's picture
Publish Cache Atlas static site
9d91b1d verified
Raw
History Blame Contribute Delete
211 Bytes
{
"extends": "astro/tsconfigs/strict",
"include": [
".astro/types.d.ts",
"**/*"
],
"exclude": [
"dist"
],
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react"
}
}