diff --git a/tsconfig.json b/tsconfig.json index 2b934df..ce52406 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,8 @@ "module": "ESNext", "moduleResolution": "Node", "esModuleInterop": true, - "strict": true + "strict": true, + "skipLibCheck": true }, "include": ["src", "test"] }