mirror of
https://github.com/cloudflare/cloudflare-docs.git
synced 2026-01-11 20:06:58 +00:00
* Move to Workers * Add a thing to force a trailing slash for redirect evaluation * Standardize _redirects * Add tests (#17503) * Exclude tests from typechecking
11 lines
254 B
JSON
11 lines
254 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"moduleResolution": "Bundler",
|
|
"types": [
|
|
"@cloudflare/workers-types/experimental",
|
|
"@cloudflare/vitest-pool-workers"
|
|
]
|
|
},
|
|
"include": ["./**/*.ts", "../wrangler-configuration.d.ts"]
|
|
}
|