mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 10:03:31 +01:00
26 lines
497 B
JSON
26 lines
497 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig.json",
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
// Output Formatting
|
|
"pretty": false,
|
|
|
|
// Completeness
|
|
"skipDefaultLibCheck": true,
|
|
|
|
"types": [
|
|
"@discordjs/builders",
|
|
"@discordjs/util",
|
|
"@discordjs/collection",
|
|
"@discordjs/rest",
|
|
"@discordjs/ws",
|
|
"discord-api-types/v10",
|
|
"node",
|
|
"tsd",
|
|
"jest",
|
|
"undici",
|
|
"@sapphire/snowflake"
|
|
]
|
|
}
|
|
}
|