diff --git a/tsconfig.json b/tsconfig.json index 9b2232b..7ce7cd3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,5 +11,8 @@ "jsx": "react", "allowSyntheticDefaultImports": true, "strict": true, + "skipLibCheck": true, + // we use esbuild to compile and typescript for typechecking + "noEmit": true, } } \ No newline at end of file