mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 20:13:30 +01:00
chore: monorepo setup (#7175)
This commit is contained in:
17
packages/voice/examples/music-bot/tsconfig.json
Normal file
17
packages/voice/examples/music-bot/tsconfig.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"outDir": "dist",
|
||||
"rootDir": "src",
|
||||
"paths": {
|
||||
"@discordjs/voice": ["../../"],
|
||||
"@discordjs/opus": ["./node_modules/@discordjs/opus"],
|
||||
"sodium": ["./node_modules/sodium"],
|
||||
"libsodium-wrappers": ["./node_modules/libsodium-wrappers"],
|
||||
"tweetnacl": ["./node_modules/tweetnacl"]
|
||||
}
|
||||
},
|
||||
"include": ["src/**/*.ts"],
|
||||
"exclude": [""]
|
||||
}
|
||||
Reference in New Issue
Block a user