diff --git a/shell/tsconfig.json b/shell/tsconfig.json index cad90b633..d44ad7ea3 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/**",