diff --git a/tsconfig.lib.json b/tsconfig.lib.json index eb81bb904e..f67f175771 100644 --- a/tsconfig.lib.json +++ b/tsconfig.lib.json @@ -1,10 +1,11 @@ { "extends": "./tsconfig.json", "compilerOptions": { - "declarationDir": "typings" + "declarationDir": "typings", + "skipLibCheck": true, }, "include": [ "./custom.d.ts", "src/index.ts" ] -} \ No newline at end of file +}