From bd38f4dc71d30fb831c6534c4fa9a7ab1e892aff Mon Sep 17 00:00:00 2001 From: Kanad Gupta Date: Thu, 7 Sep 2023 16:14:16 -0500 Subject: [PATCH] chore: let's go baby --- tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index 0dcc300f1..ac3a4b8b4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,6 +13,8 @@ "editor": [".sink.d.ts"] }, "resolveJsonModule": true, + "skipLibCheck": true, + "strict": true, "target": "ES2020" }, "include": ["./config/*.js", "./config/*.json", "./src/**/*"]