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