mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
11 lines
166 B
JSON
11 lines
166 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
// Output Formatting
|
|
"pretty": false,
|
|
|
|
// Completeness
|
|
"skipDefaultLibCheck": true
|
|
}
|
|
}
|