Procházet zdrojové kódy

compatibility with old node.js versions

sanex3339 před 9 roky
rodič
revize
f12ff66e27
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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