From fe4c10ae250c1d6ae2fa1df750c0063c3475ab29 Mon Sep 17 00:00:00 2001 From: Robert Soriano Date: Sun, 30 Oct 2022 12:29:01 -0700 Subject: [PATCH] remove outDir --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index b7cd75b..2f6d036 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,7 @@ "noImplicitAny": true, "allowJs": true, "noEmit": true, - "outDir": "dist", - "resolveJsonModule": true + "resolveJsonModule": true, + "skipDefaultLibCheck": true } }