Переглянути джерело

compatibility with old node.js versions

sanex3339 9 роки тому
батько
коміт
f12ff66e27
1 змінених файлів з 1 додано та 1 видалено
  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