mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
14 lines
261 B
JSON
14 lines
261 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"outDir": "dist",
|
|
"paths": {
|
|
"@discordjs/voice": ["../../"],
|
|
"libsodium-wrappers": ["./node_modules/libsodium-wrappers"]
|
|
}
|
|
},
|
|
"include": ["src/*.ts"],
|
|
"exclude": [""]
|
|
}
|