roles-bot/packages/redis-api-client/tsconfig.json

16 lines
323 B
JSON
Raw Normal View History

2023-04-09 13:23:41 +02:00
{
"compilerOptions": {
"rootDir": "src",
"outDir": "dist",
"target": "ESNext",
"lib": ["ESNext", "WebWorker"],
"module": "ESNext",
"strict": true,
"moduleResolution": "node",
"skipLibCheck": true,
"esModuleInterop": true,
"declaration": true,
"emitDeclarationOnly": true
}
}