2025-12-27 11:54:59 +00:00

19 lines
313 B
JSON

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