test-compile 135 B

1234
  1. #!/bin/bash
  2. $(npm bin)/tsc -p tsconfig-test.json &&
  3. $(npm bin)/babel test-tmp --out-dir test-tmp --source-maps inline --presets es2015