mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
23 lines
448 B
JSON
23 lines
448 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,
|
|
"skipLibCheck": true
|
|
}
|
|
}
|