diff --git a/tsconfig.json b/tsconfig.json index 070d877..549a5f6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,8 @@ "strict": false, "esModuleInterop": true, "preserveWatchOutput": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true, + "skipLibCheck": true }, "include": ["./src"], "exclude": ["node_modules"]