diff --git a/tsconfig.json b/tsconfig.json index ffdc6a66..0803050b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "skipLibCheck": true, "alwaysStrict": true, "esModuleInterop": true, "experimentalDecorators": true,