diff --git a/tsconfig.json b/tsconfig.json index 2a39c52e..f8152bd5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,6 +12,7 @@ "allowJs": true, "sourceMap": true, "strict": true, + "skipLibCheck": true, "noEmit": true, "experimentalDecorators": true, "noImplicitAny": false,