@gary50613/discord.js-command-handler
Version:
simple discord.js v13 command handler
20 lines • 460 B
JSON
{
"compilerOptions": {
"module": "CommonJS",
"target": "ES2021",
"outDir": "dist",
"lib": [
"ESNext",
"ESNext.Symbol",
"ESNext.AsyncIterable",
"ESNext.Array",
"ESNext.Intl",
"DOM"
],
"sourceMap": false,
"inlineSourceMap": true,
"inlineSources": true,
"incremental": true,
"esModuleInterop": true,
}
}