From 7db5ff5282a019ac52f49594a95ca4d4fde83105 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Fri, 17 Feb 2023 01:09:25 -0600 Subject: [PATCH] fix: update s-node compiler setting --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index c3cca18..8f64e61 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,7 @@ "ts-node": { "compilerOptions": { "module": "commonjs", - "target": "es2015" + "target": "ES6" }, "moduleTypes": { "*.ts": "cjs"