mkdir -p build/src
tsc -p tsconfig.json
tsc --emitDeclarationOnly --declaration -p tsconfig.json
cp -r dist/* build/src/
