mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 08:03:30 +01:00
12 lines
225 B
JSON
12 lines
225 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig.json",
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
// Output Formatting
|
|
"pretty": false,
|
|
|
|
// Completeness
|
|
"skipDefaultLibCheck": true
|
|
}
|
|
}
|