From 71c5f139fcaef2015cfa2024b129905bc448c6ab Mon Sep 17 00:00:00 2001 From: Hassan El Mghari Date: Mon, 13 Feb 2023 18:29:43 -0500 Subject: [PATCH] TS failing --- package.json | 2 +- tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 68169b3..70b4fce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aicommits", - "version": "0.1.7", + "version": "0.2.1", "description": "Writes your git commit messages for you with AI", "main": "bin/index.js", "bin": { diff --git a/tsconfig.json b/tsconfig.json index 76dc155..d1f8fa3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es2017", + "target": "es2016", "module": "commonjs", "outDir": "./bin", "esModuleInterop": true,