Skip to content

Commit

Permalink
Remove thing from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewStanciu committed Nov 16, 2023
1 parent 883313f commit a9bcc87
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,16 +192,3 @@ export default function MyComponent() {
return <p>{lightningTimeClock}</p>
}
```

If you're using TypeScript, the `react` sub-package requires you to use `"moduleResolution": "Bundler"` in your tsconfig:

```json
// tsconfig.json
{
"compilerOptions": {
...
"module": "ES2020",
"moduleResolution": "Bundler",
}
}
```

0 comments on commit a9bcc87

Please sign in to comment.