youtube-downloader

Simple Next.js website and interface to download YouTube videos to mp3 or mp4 files with URLs
git clone https://codeberg.org/night0721/youtube-downloader
Log | Files | Refs | README | LICENSE

tsconfig.json (222B)


      1 {
      2   "compilerOptions": {
      3     "target": "es5",
      4     "module": "commonjs",
      5     "outDir": "./dist",
      6     "esModuleInterop": true,
      7     "forceConsistentCasingInFileNames": true,
      8     "strict": true,
      9     "skipLibCheck": true
     10   }
     11 }