#!/bin/sh

tsc --module commonjs --outdir dist
tsc --module es6 --outdir esm 
node ../debian/nodejs/ts-dedent/write-build-markers.mjs
