youtube-downloader/server/tsconfig.json

12 lines
222 B
JSON
Raw Normal View History

2024-02-03 15:14:20 +01:00
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"outDir": "./dist",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}