#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_build:
	tsc -p tsconfig.lib.json

execute_after_dh_installdocs:
	dh_nodejs_autodocs
