Example of how to use Typescript with Observable notebook
See notebook at: https://observablehq.com/@alfa07/using-typescript-with-observable
First install dependencies:
$ npm installThen build js module:
$ npm run buildRun server with:
$ npm run startGot to the notebook and reload the page.