From 8ae2c53bb00a72eb37082aa36c44d97c024ee235 Mon Sep 17 00:00:00 2001 From: Kanad Gupta Date: Thu, 7 Sep 2023 16:11:16 -0500 Subject: [PATCH] fix: 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/**/*"]