Browse Source

compatibility with old node.js versions

sanex3339 9 years ago
parent
commit
f12ff66e27
1 changed files with 1 additions and 1 deletions
  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