mirror of
https://github.com/dcarrillo/atalaya.git
synced 2026-04-18 02:24:05 +00:00
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"]
|
|
}
|
|
}
|
|
}
|