Details: C3 = create-cloudflare@2.58.0 project name = nicholai-work-2026 framework = astro framework cli = create-astro@4.13.2 package manager = pnpm@10.23.0 wrangler = wrangler@4.53.0 git = 2.52.0
13 lines
242 B
JSON
13 lines
242 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"include": [".astro/types.d.ts", "**/*"],
|
|
"exclude": ["dist"],
|
|
"compilerOptions": {
|
|
"strictNullChecks": true,
|
|
"types": [
|
|
"./worker-configuration.d.ts",
|
|
"node"
|
|
]
|
|
}
|
|
}
|