Browse Source

Target esNext in tsconfig

Andrew Swistak 6 năm trước cách đây
mục cha
commit
da275a42ca
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

@@ -6,7 +6,7 @@
     "experimentalDecorators": true,
     "jsx": "react",
     "lib": ["es6", "dom"],
-    "module": "commonjs",
+    "module": "esNext",
     "moduleResolution": "node",
     "sourceMap": true,
     "target": "es6"