diff --git a/tsconfig.json b/tsconfig.json index 2dc5a44..c6bb3d2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,6 +11,7 @@ "baseUrl": "./", "strict": true, "paths": {}, - "allowSyntheticDefaultImports": true + "allowSyntheticDefaultImports": true, + "skipLibCheck": true } }