Files
atalaya/status-page/tsconfig.json
dcarrillo 3882a1941a Kick off (#1)
* Kick off
* Update LICENSE copyright
2026-04-11 13:22:36 +02:00

10 lines
178 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"types": ["@cloudflare/workers-types"],
"paths": {
"@worker/types": ["../src/types.ts"]
}
}
}