chore: restructure repo as worker collection
This commit is contained in:
10
smsreceiver-worker/worker/tsconfig.json
Normal file
10
smsreceiver-worker/worker/tsconfig.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
"module": "ES2022",
|
||||
"moduleResolution": "Bundler",
|
||||
"strict": true,
|
||||
"skipLibCheck": true,
|
||||
"types": ["@cloudflare/workers-types"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user