README
To run tests
`npm link`
`npm link @xtermstack/xterm-core`
`npm install`
`tsc`
`npm run test`
Sample core for higher packages to depend on
<script type="module">
import commonStackUtils from 'https://cdn.skypack.dev/@common-stack/utils';
</script>
`npm link`
`npm link @xtermstack/xterm-core`
`npm install`
`tsc`
`npm run test`