Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyketcham authored Jan 2, 2022
1 parent 1e41d1c commit 682e0fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ pnpm i -D unplugin-obj

The most generally compatible way to add type definitions for `.obj` modules is via a `tsconfig.json` file.

```json
```js
// tsconfig.json
{
"compilerOptions:": {
"compilerOptions": {
...
"types": ["unplugin-obj/obj"]
}
Expand Down

0 comments on commit 682e0fd

Please sign in to comment.