From f02b1137478f2d712c57333221007958a38dc607 Mon Sep 17 00:00:00 2001 From: Thomas Fuchs Date: Tue, 30 May 2023 18:28:30 -0700 Subject: [PATCH] Update tsconfig.json (#37) Cosmetic: remove trailing space --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index ab357f4..0b4f7cc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "compilerOptions": { "lib": [ "ESNext", - ], + ], "outDir": "dist", "module": "CommonJS", "target": "ES6", @@ -18,4 +18,4 @@ "exclude": [ "node_modules" ] -} \ No newline at end of file +}