Skip to content

Commit

Permalink
readme TypeScript example
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford authored Dec 16, 2020
1 parent 8133fed commit 46028d0
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 @@ -21,6 +21,10 @@ npm install systemjs-babel
<script src="systemjs/dist/s.js"></script>
<script src="dist/systemjs-babel.js"></script>
<script>
// TypeScript modules supported with ".ts" extension
System.import('./ts-module.ts');
// ES modules
System.import('./es-module.js');
</script>
```
Expand Down

0 comments on commit 46028d0

Please sign in to comment.