Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rluvaton authored Mar 22, 2024
1 parent 86aa350 commit 013a2c1
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 @@ -75,8 +75,8 @@ This loader does _not_ handle TypeScript's file extension nonsense. Import speci
└ foo.ts
```

💥 `import foo from './foo.js;`<br />
`import foo from './foo.ts;`
💥 `import foo from './foo.js';`<br />
`import foo from './foo.ts';`

<details>
<summary>Supported file extensions</summary>
Expand Down

0 comments on commit 013a2c1

Please sign in to comment.