mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 08:03:30 +01:00
* chore: consistency/prettier * chore: rebase * chore: rebase * chore: include typings * fix: include typings file in prettier lint-staged
16 lines
378 B
JSON
16 lines
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
|
|
}
|
|
}
|