diff --git a/tsconfig.json b/tsconfig.json index 9034d02..1207e21 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,8 @@ "typeRoots": [ "./node_modules/@types" ], - "resolveJsonModule": true + "resolveJsonModule": true, + "skipLibCheck": true }, "include": [ "src/**/*",