mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
16 lines
386 B
JSON
16 lines
386 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"moduleResolution": "node",
|
|
"declaration": false,
|
|
"removeComments": false,
|
|
"alwaysStrict": true,
|
|
"pretty": false,
|
|
"module": "commonjs",
|
|
"target": "es2019",
|
|
"lib": ["esnext", "esnext.array", "esnext.asynciterable", "esnext.intl", "esnext.symbol"],
|
|
"sourceMap": false,
|
|
"skipDefaultLibCheck": true
|
|
}
|
|
}
|