blob: 3218dd7e3efbbf101a68feacec3e3c1b5c54632d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/node22/tsconfig.json",
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "bundler",
"jsx": "preserve",
"jsxImportSource": "react",
"types": ["@cloudflare/workers-types", "node"]
}
}
|