mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03:29 +01:00
18 lines
428 B
JSON
18 lines
428 B
JSON
{
|
|
"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": [""]
|
|
}
|