diff --git a/tsconfig.json b/tsconfig.json index f960d51..32b43bc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,9 +10,10 @@ "pretty": true, "noFallthroughCasesInSwitch": true, "noImplicitReturns": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true, + "skipLibCheck": true }, "files": [ "index.ts" ] -} +} \ No newline at end of file