11 lines
305 B
JSON
11 lines
305 B
JSON
{
|
|
"extends": "./tsconfig.node.json",
|
|
"compilerOptions": {
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.worker.tsbuildinfo",
|
|
"lib": ["ES2023"],
|
|
"types": ["@cloudflare/workers-types"],
|
|
"moduleResolution": "bundler"
|
|
},
|
|
"include": ["worker/**/*.ts", "worker-configuration.d.ts"]
|
|
}
|