mirror of
https://github.com/xHyroM/roles-bot.git
synced 2024-11-10 03:08:06 +01:00
90c7f903fd
add serialize pkg make /setup cmd
12 lines
281 B
JSON
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"]
|
|
}
|
|
}
|