roles-bot/tsconfig.json
2022-10-16 13:18:25 +02:00

11 lines
No EOL
248 B
JSON

{
"compilerOptions": {
"target": "esnext",
"lib": ["esnext", "webworker"],
"strict": true,
"moduleResolution": "node",
"skipLibCheck": true,
"esModuleInterop": true,
"types": ["@cloudflare/workers-types", "jest"]
}
}