#!/bin/bash -e

npm exec tsc -- -p tsconfig-tests.json

TS_NODE_PROJECT=./tests/tsconfig.json \
  $(npm bin)/mocha tests/*.test.ts
