Files
blog_astro/tsconfig.json
Dave b8d43e250a
All checks were successful
Build and Deploy Astro Site / deploy (push) Successful in 42s
Added keystatic
2025-09-02 20:02:14 +02:00

14 lines
211 B
JSON

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