From 72c071d4aca8cd115bc3a1224c352627f39850aa Mon Sep 17 00:00:00 2001 From: Fellipe Resende Date: Sat, 28 Dec 2024 16:55:47 -0800 Subject: [PATCH] Add skipLibCheck to fix current build issues (#16) More details: https://github.com/jupyterlab/jupyterlab-monaco/issues/28 Signed-off-by: Fellipe Resende --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 7c8e8c7..a526f0c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,6 +15,7 @@ "resolveJsonModule": true, "outDir": "lib", "rootDir": "src", + "skipLibCheck": true, "strict": true, "strictNullChecks": true, "target": "es2017",