From 73b20b5cc3f198a027c7ee9480d6051f2c095c99 Mon Sep 17 00:00:00 2001 From: jsteuer <jan.steuer.htw@gmail.com> Date: Wed, 11 Dec 2019 07:56:57 +0100 Subject: [PATCH] tmp --- tsconfig.json | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index e1b03ff..ebcddac 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "module": "commonjs", + "module": "es6", "target": "es5", "declaration": true, "outDir": "./dist" @@ -8,4 +8,4 @@ "include": [ "src/**/*" ] -} \ No newline at end of file +} -- Gitblit v1.10.0-SNAPSHOT