From 2abc6e26000ee2abd28cc32801d8bcf7696ca0dc Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Sat, 13 Jan 2024 17:06:10 -0600 Subject: [PATCH] Add skipLibCheck so we stop checking node_modules package definitions --- shell/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shell/tsconfig.json b/shell/tsconfig.json index cad90b6339..d44ad7ea39 100644 --- a/shell/tsconfig.json +++ b/shell/tsconfig.json @@ -30,7 +30,8 @@ "resolveJsonModule": true, "types": ["node"], "esModuleInterop": true, - "preserveSymlinks": true + "preserveSymlinks": true, + "skipLibCheck": true }, "exclude": [ "./node_modules/**",