commit ed0e0a6e90ba8a921d5db73606e6df7c26793de5 parent ae30a5a418914f6c6af1550c7a5955ffa0d00e40 Author: lishid <lishid@gmail.com> Date: Sun, 31 Jan 2021 12:55:17 -0500 Target ES6. Diffstat:
M | tsconfig.json | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tsconfig.json b/tsconfig.json @@ -4,7 +4,7 @@ "inlineSourceMap": true, "inlineSources": true, "module": "ESNext", - "target": "es5", + "target": "es6", "allowJs": true, "noImplicitAny": true, "moduleResolution": "node",