From 0cb16a8b8cea0f75147a6073a4ea934374bf5828 Mon Sep 17 00:00:00 2001 From: Gerrit Birkeland Date: Sat, 7 Jan 2023 12:07:50 -0700 Subject: [PATCH] Shiki :/ --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 3ac058a5c..a835076cd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,6 +10,7 @@ // Speed up dev compilation time "incremental": true, "tsBuildInfoFile": "dist/.tsbuildinfo", + "skipLibCheck": true, "experimentalDecorators": true, "strict": true,