mirror of
https://github.com/xHyroM/roles-bot.git
synced 2024-11-10 03:08:06 +01:00
11 lines
249 B
JSON
11 lines
249 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"lib": ["esnext", "webworker"],
|
|
"strict": true,
|
|
"moduleResolution": "node",
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"types": ["@cloudflare/workers-types", "jest"]
|
|
}
|
|
}
|