Initial commit
This commit is contained in:
10
tsconfig.worker.json
Normal file
10
tsconfig.worker.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"extends": "./tsconfig.node.json",
|
||||
"compilerOptions": {
|
||||
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.worker.tsbuildinfo",
|
||||
"lib": ["ES2023"],
|
||||
"types": ["@cloudflare/workers-types"],
|
||||
"moduleResolution": "bundler"
|
||||
},
|
||||
"include": ["src/worker/**/*.ts", "worker-configuration.d.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user