discord.js-self
Version:
A fork of discord.js with support of user accounts
16 lines (15 loc) • 378 B
JSON
{
"compilerOptions": {
"strict": true,
"moduleResolution": "node",
"declaration": false,
"removeComments": false,
"alwaysStrict": true,
"pretty": true,
"module": "commonjs",
"target": "es2019",
"lib": ["esnext", "esnext.array", "esnext.asynciterable", "esnext.intl", "esnext.symbol"],
"sourceMap": false,
"skipLibCheck": true
}
}