From b19fa649355b13992b14b53c3ad37439fa29d65f Mon Sep 17 00:00:00 2001 From: ntnyq Date: Sat, 8 Mar 2025 19:57:16 +0800 Subject: [PATCH] feat: disable `libReplacement` for better performance --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 56402e7..1852ee8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -52,6 +52,7 @@ // Recommended "esModuleInterop": true, "forceConsistentCasingInFileNames": true, + "libReplacement": false, // See "skipLibCheck": true, }