{ "extends": "../../tsconfig.json", "compilerOptions": { "baseUrl": ".", "outDir": "dist", "skipLibCheck": true, "paths": { "@discordjs/voice": ["../../"], "libsodium-wrappers": ["./node_modules/libsodium-wrappers"] } }, "include": ["src/*.ts"], "exclude": [""] }