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