diff --git a/tsconfig.json b/tsconfig.json index 1a90504..190b009 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,7 +18,8 @@ "strict": true, "strictNullChecks": true, "target": "ESNext", - "types": [] + "types": [], + "skipLibCheck": true }, "include": ["src/*"] }