diff --git a/nodejs/tsconfig.base.json b/nodejs/tsconfig.base.json index e51f055529..1963a7a7e9 100644 --- a/nodejs/tsconfig.base.json +++ b/nodejs/tsconfig.base.json @@ -12,6 +12,7 @@ "noImplicitReturns": true, "noUnusedLocals": true, "pretty": true, + "skipLibCheck": true, "sourceMap": true, "strict": true, "strictNullChecks": true,