From 0de6b9cc745c7d89c13453d641d5c55567316b14 Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Sat, 24 Jun 2023 14:22:09 +0200 Subject: [PATCH] es6 --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 5f976c49ef..028f8d98ea 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,9 +10,9 @@ "emitDecoratorMetadata": true, "experimentalDecorators": true, "importHelpers": true, - "target": "ES2015", + "target": "ES6", "esModuleInterop": true, - "module": "CommonJS", + "module": "ES6", "lib": [ "es2017", "dom",