discord-leveling-super
Version:
Easy and customizable leveling framework for your Discord bot.
21 lines • 509 B
JSON
{
"compilerOptions": {
"lib": ["ESNext"],
"module": "commonjs",
"moduleResolution": "node",
"target": "ESNext",
"outDir": "dist",
"sourceMap": false,
"esModuleInterop": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"resolveJsonModule": true,
"declaration": true,
"declarationDir": "./types"
},
"include": ["src"],
"exclude": ["node_modules", "dist", "examples"]
}