mirror of
https://github.com/cloudflare/cloudflare-docs.git
synced 2026-01-11 20:06:58 +00:00
11 lines
240 B
JSON
11 lines
240 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"lib": ["esnext"],
|
|
"types": ["@cloudflare/workers-types", "@cloudflare/vitest-pool-workers"]
|
|
},
|
|
"include": ["*.ts"],
|
|
"exclude": []
|
|
}
|