Skip to content

Commit c443f29

Browse files
authored
Merge pull request #1141 from c-bata/hotfix-jupyterlab-ci
[hotfix] Fix JupyterLab extension CI build failure by adding skipLibCheck
2 parents dc24a5a + 3e3079b commit c443f29

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/jupyterlab-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
- 'jupyterlab/pyproject.toml'
1818
- 'jupyterlab/package.json'
1919
- 'jupyterlab/yarn.lock'
20+
- 'jupyterlab/tsconfig.json'
2021
jobs:
2122
test-build:
2223
name: Test build for JupyterLab extension

jupyterlab/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"plotly.js-dist-min": ["node_modules/@types/plotly.js"]
2020
},
2121
"rootDir": "src",
22+
"skipLibCheck": true,
2223
"strict": true,
2324
"strictNullChecks": true,
2425
"target": "ES2018"

0 commit comments

Comments
 (0)