diff --git a/README.md b/README.md index d713972..424e167 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ npm install --save pdfium.js ## Example project -Check out this example project. The implemantion of renderer may helpful to achieve what you do. +Check out this [example project](./example/). The implemantion of renderer may helpful to achieve what you do. ![example project](./images/example_project.png) diff --git a/example/tsconfig.json b/example/tsconfig.json index a7fc6fb..54de499 100644 --- a/example/tsconfig.json +++ b/example/tsconfig.json @@ -16,7 +16,7 @@ /* Linting */ "strict": true, - "noUnusedLocals": true, + "noUnusedLocals": false, "noUnusedParameters": true, "noFallthroughCasesInSwitch": true },