From dbfbbd7a14630c2c4c0f38f5a7a6ab9ef22cf39a Mon Sep 17 00:00:00 2001 From: Daniel Maddison Date: Sun, 4 Jul 2021 13:35:28 +1000 Subject: [PATCH] fix: Updated .tsconfig.json (#13) * fix: Updated .npmignore * fix: Updated .tsconfig.json --- .npmignore | 3 +++ .tsconfig.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index b3471e1..b1e7214 100644 --- a/.npmignore +++ b/.npmignore @@ -1,3 +1,6 @@ +# Config files +*.config.* + # Git .gitignore diff --git a/.tsconfig.json b/.tsconfig.json index 6f90390..1a31960 100644 --- a/.tsconfig.json +++ b/.tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "esModuleInterop": true, - "module": "commonjs", + "module": "ES6", "sourceMap": true, "strict": true, "target": "es2015"