roles-bot/packages/bot/tsconfig.json
xHyroM 90c7f903fd
feat: things
add serialize pkg

make /setup cmd
2023-04-08 22:08:38 +02:00

12 lines
281 B
JSON

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