{
  "compilerOptions": {
    "module": "commonjs",
    "target": "ES2017",
    "noEmit": true,
    "strict": true /* Enable all strict type-checking options. */,
    "noUnusedLocals": true /* Report errors on unused locals. */,
    "noUnusedParameters": true /* Report errors on unused parameters. */,
    "noImplicitReturns": true /* Report error when not all code paths in function return a value. */,
    "noFallthroughCasesInSwitch": true /* Report errors for fallthrough cases in switch statement. */
  },
  "files": ["pdfjs-tests.ts", "main.d.ts"]
}
