test-compile 191 B

1234
  1. #!/bin/bash
  2. $(yarn bin)/tsc -p test/tsconfig.test.json --outDir test-tmp &&
  3. rsync -a --prune-empty-dirs --include '*/' --include '*.js' --include '*.json' --exclude '*' test/ test-tmp/test/