This example shows how to use TypeScript with Poi.
If you want to use Babel to compile TypeScript code, check out the Babel TypeScript App example.
This example uses ts-loader to transpile TypeScript at build time, and uses fork-ts-checker-webpack-plugin to perform type-checking as well. TSLint is also enabled by default, you can simply delete ./tslint.json to disable this feature.
In this directory run:
yarn
yarn dev
Start dev server to preview your app.
Build your app for production use.