youtube-downloader/server/tsconfig.json
2024-02-03 14:14:20 +00:00

11 lines
222 B
JSON

{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"outDir": "./dist",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}