README
ts2-example
Simple example for publishing a node package with
- TypeScript 2.0
- Standard TS linting
- Types embedded in the module (rather than via @types)
See ts2-consumer for an example consumer.
Example TypeScript 2.0 node module
<script type="module">
import ts2Example from 'https://cdn.skypack.dev/ts2-example';
</script>
Simple example for publishing a node package with
See ts2-consumer for an example consumer.