From 8ab2e45f83b0b2e7dd1c2224416ceb3c5a2fd12e Mon Sep 17 00:00:00 2001 From: Jan Loewe <jan.loewe@ptb.de> Date: Fri, 11 Feb 2022 12:39:32 +0100 Subject: [PATCH] chore(build): change output to es6 --- .npmrc | 2 ++ tsconfig.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..f52a729 --- /dev/null +++ b/.npmrc @@ -0,0 +1,2 @@ +sign-git-tag=true +message="chore(release): bump version to %s" diff --git a/tsconfig.json b/tsconfig.json index 39dd3bf..b736aad 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "ES2021", + "target": "ES6", "module": "commonjs", "declaration": true, "outDir": "./lib" -- GitLab