mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 11:33:30 +01:00
build: fix the messy dependency graph
This commit is contained in:
@@ -4,5 +4,6 @@
|
||||
"compilerOptions": {
|
||||
"allowJs": true
|
||||
},
|
||||
"include": ["*.ts", "*.js", "*.mjs"]
|
||||
"include": ["*.ts", "*.tsx", "*.js", ".jsx", ".cjs", "*.mjs"],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user