Skip to content

Commit

Permalink
Enable skipLibCheck in @jupyterlab/galata for now
Browse files Browse the repository at this point in the history
Skip lib check for now while waiting for vega/vega-lite#8473
See the discussion in jupyterlab#13028 for more information
  • Loading branch information
jtpio committed Dec 19, 2022
1 parent 597eff2 commit 77a9299
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions galata/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"compilerOptions": {
"outDir": "lib",
"rootDir": "src",
"skipLibCheck": true,
"module": "commonjs",
"types": ["node"],
"lib": ["DOM", "DOM.iterable", "es2019.array"]
Expand Down

0 comments on commit 77a9299

Please sign in to comment.