roles-bot/packages/bot/tsconfig.json
2023-04-03 16:33:23 +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"]
}
}