image / auth /tsconfig.json
radithgo's picture
Initial MangaDex auth and image proxies
3be8994
Raw
History Blame Contribute Delete
287 Bytes
{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "Bundler",
"lib": ["ES2022", "WebWorker"],
"types": ["@cloudflare/workers-types"],
"strict": true,
"noEmit": true,
"skipLibCheck": true
},
"include": ["worker.ts"]
}