From 1e107e1bd12704f1ddaa95471680276eea985a6e Mon Sep 17 00:00:00 2001 From: Cyn Date: Wed, 29 Dec 2021 13:21:51 -0500 Subject: [PATCH] Fix tsconfig formatting --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index f940d82..9ddd368 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,7 +18,7 @@ "outDir": "dist/", "baseUrl": "src/", "paths": { - "/*.js": [ "*" ], + "/*.js": [ "*" ], "*.js": [ "*" ] } }