Skip to content

Commit

Permalink
Add skipLibCheck to fix current build issues (#16)
Browse files Browse the repository at this point in the history
More details: jupyterlab/jupyterlab-monaco#28

Signed-off-by: Fellipe Resende <[email protected]>
  • Loading branch information
fresende authored Dec 29, 2024
1 parent b8d404e commit 72c071d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"resolveJsonModule": true,
"outDir": "lib",
"rootDir": "src",
"skipLibCheck": true,
"strict": true,
"strictNullChecks": true,
"target": "es2017",
Expand Down

0 comments on commit 72c071d

Please sign in to comment.