Skip to content

Commit

Permalink
chore(example): fix tsconfig in example project to pass deploy build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaewoook committed Dec 22, 2024
1 parent b95ff0f commit 51094b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion example/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedLocals": false,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
},
Expand Down

0 comments on commit 51094b3

Please sign in to comment.