add backend & full support for cloudflare workers
This commit is contained in:
11
backend/tsconfig.json
Normal file
11
backend/tsconfig.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Bundler",
|
||||
"strict": true,
|
||||
"skipLibCheck": true,
|
||||
"types": ["./worker-configuration.d.ts"]
|
||||
},
|
||||
"include": ["src/**/*.ts", "worker-configuration.d.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user