edit/api/tsconfig.json

7 lines
120 B
JSON
Raw Permalink Normal View History

2024-08-25 11:00:20 +00:00
{
2025-01-01 11:25:05 +00:00
"extends": "../.nitro/types/tsconfig.json",
"compilerOptions": {
"types": ["@cloudflare/workers-types"]
2025-01-01 11:25:05 +00:00
}
2024-08-25 11:00:20 +00:00
}