mirror of
https://github.com/xHyroM/roles-bot.git
synced 2024-11-09 19:08:05 +01:00
21 lines
No EOL
508 B
JSON
21 lines
No EOL
508 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"module": "commonjs",
|
|
"target": "esnext",
|
|
"lib": ["esnext"],
|
|
"alwaysStrict": true,
|
|
"strict": true,
|
|
"preserveConstEnums": true,
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"esModuleInterop": true,
|
|
"types": [
|
|
"@cloudflare/workers-types",
|
|
"@types/jest",
|
|
"@types/service-worker-mock"
|
|
]
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "dist", "test"]
|
|
} |