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