{
  "compilerOptions": {
    "moduleResolution": "node",
    "strict": true,
    "strictNullChecks": true,
    "target": "es2015",
    "module": "commonjs",
    "esModuleInterop": true,
    "outDir": "lib",
    "declaration": true,
    "paths": {
      "@mmomtchev/ffmpeg": [
        ".."
      ],
      "@mmomtchev/ffmpeg/*": [
        "../*"
      ]
    }
  }
}
