cloudflare-docs/tests/tsconfig.json
Greg Brimble 9159acf282
Move to Workers (#17502)
* Move to Workers

* Add a thing to force a trailing slash for redirect evaluation

* Standardize _redirects

* Add tests (#17503)

* Exclude tests from typechecking
2024-10-15 15:05:18 +00:00

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"]
}