lavalink-player
Version:
A simple lib to play music in Discord based on erela.js
22 lines • 521 B
JSON
{
"compilerOptions": {
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"sourceMap": true,
"lib": [
"ESNext",
"ESNext.Array",
"ESNext.AsyncIterable",
"ESNext.Intl",
"ESNext.Symbol"
],
"target": "ES2019",
"module": "commonjs",
"outDir": "./dist",
"esModuleInterop": true,
"declaration": false,
"strict": true,
"forceConsistentCasingInFileNames": true,
},
"exclude": ["node_modules", "dist", "scripts"]
}