mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 11:03:30 +01:00
chore: monorepo setup (#7175)
This commit is contained in:
10
packages/discord.js/tsconfig.json
Normal file
10
packages/discord.js/tsconfig.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
// Output Formatting
|
||||
"pretty": false,
|
||||
|
||||
// Completeness
|
||||
"skipDefaultLibCheck": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user