discord-player-play-dl/tsconfig.json
2022-06-15 18:55:26 +05:45

18 lines
419 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"declaration": true,
"outDir": "./dist",
"strict": true,
"strictNullChecks": false,
"esModuleInterop": true,
"pretty": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"importHelpers": true
},
"include": [
"src/**/*"
]
}