From 827369b1fc024a937c7bfa3ee7720ef68a8949ea Mon Sep 17 00:00:00 2001 From: Kyle Date: Mon, 25 Mar 2024 13:57:47 -0400 Subject: [PATCH] remove unnecessary changes? --- tsconfig.commonjs.json | 2 +- tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.commonjs.json b/tsconfig.commonjs.json index e5caad6..6620f81 100644 --- a/tsconfig.commonjs.json +++ b/tsconfig.commonjs.json @@ -4,4 +4,4 @@ "module": "commonjs", "outDir": "./dist/lib", }, -} \ No newline at end of file +} diff --git a/tsconfig.json b/tsconfig.json index b240eba..fec37f1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -27,6 +27,6 @@ "target": "es2015" }, "include": [ - "src/*", + "src/*" ] } \ No newline at end of file