diff --git a/tsconfig.json b/tsconfig.json index 1519fee76e91ea94764d0ac22eec6f766f63686e..4a94a9085ae377c014a5ac6e9b895602a2e05a0d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,6 +6,7 @@ "outDir": "./built", "esModuleInterop": true, "strict": true, - "allowJs": true + "allowJs": true, + "skipLibCheck": true } } \ No newline at end of file