From a2a2d9d3bf56f8b04fb69e8fb866df3a8b834bab Mon Sep 17 00:00:00 2001 From: Kyle Date: Mon, 25 Mar 2024 13:55:08 -0400 Subject: [PATCH] indentation --- tsconfig.commonjs.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tsconfig.commonjs.json b/tsconfig.commonjs.json index 9f9eaea..e5caad6 100644 --- a/tsconfig.commonjs.json +++ b/tsconfig.commonjs.json @@ -1,7 +1,7 @@ { - "extends": "./tsconfig.json", - "compilerOptions": { - "module": "commonjs", - "outDir": "./dist/lib", - }, - } \ No newline at end of file + "extends": "./tsconfig.json", + "compilerOptions": { + "module": "commonjs", + "outDir": "./dist/lib", + }, +} \ No newline at end of file