mirror of
https://github.com/dcarrillo/atalaya.git
synced 2026-05-18 06:24:12 +00:00
3882a1941a
* Kick off * Update LICENSE copyright
10 lines
178 B
JSON
10 lines
178 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"compilerOptions": {
|
|
"types": ["@cloudflare/workers-types"],
|
|
"paths": {
|
|
"@worker/types": ["../src/types.ts"]
|
|
}
|
|
}
|
|
}
|