فهرست منبع

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