#!/bin/sh

tsc -p tsconfig.json
rollup -c ../rollup.config.mjs --globals cached-iterable:CachedIterable
