discord-player-play-dl/tsconfig.json
Androz2091 74b465c4a6 🏷️ Add typings
2020-11-01 16:19:41 +01:00

21 lines
504 B
JSON

{
"compilerOptions": {
"strict": true,
"moduleResolution": "node",
"declaration": false,
"removeComments": false,
"alwaysStrict": true,
"pretty": false,
"module": "commonjs",
"target": "es2019",
"lib": [
"esnext",
"esnext.array",
"esnext.asynciterable",
"esnext.intl",
"esnext.symbol"
],
"sourceMap": false,
"skipDefaultLibCheck": true
}
}