Skip to content

Commit

Permalink
note extensions support
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford authored Dec 16, 2020
1 parent 46028d0 commit 11a0001
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ npm install systemjs-babel
</script>
```

_Explicit file extensions are required for loading dependencies. For TypeScript this means including the `.ts` extension for relative dependency imports just like Deno._

Bare specifiers are mapped with [import maps](https://github.com/systemjs/systemjs/blob/master/docs/import-maps.md), so file extensions remain optional.

**Not Suitable for Production Workflows**

## LICENSE
Expand Down

0 comments on commit 11a0001

Please sign in to comment.