roles-bot/packages/bot/tsconfig.json

13 lines
281 B
JSON
Raw Permalink Normal View History

2021-12-21 12:55:10 +01:00
{
2022-10-16 13:18:25 +02:00
"compilerOptions": {
"target": "esnext",
"downlevelIteration": true,
2022-10-16 13:18:25 +02:00
"lib": ["esnext", "webworker"],
"strict": true,
"moduleResolution": "node",
"skipLibCheck": true,
"esModuleInterop": true,
"types": ["@cloudflare/workers-types", "jest"]
}
2023-04-05 14:44:17 +02:00
}