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/**/*"]