Explorar el Código

compatibility with old node.js versions

sanex3339 hace 9 años
padre
commit
f12ff66e27
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      scripts/test-dev

+ 1 - 1
scripts/test-dev

@@ -1,3 +1,3 @@
 #!/bin/bash
 
-$(npm bin)/ts-node test/dev/test.ts
+$(npm bin)/ts-node --compilerOptions '{"target": "es3"}' test/dev/test.ts