Files
anomalyco--models.dev/packages/function/tsconfig.json
T
2026-07-13 12:28:55 +08:00

8 lines
172 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/bun/tsconfig.json",
"compilerOptions": {
"types": ["@cloudflare/workers-types"]
}
}