We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc24a5a + 3e3079b commit c443f29Copy full SHA for c443f29
.github/workflows/jupyterlab-tests.yml
@@ -17,6 +17,7 @@ on:
17
- 'jupyterlab/pyproject.toml'
18
- 'jupyterlab/package.json'
19
- 'jupyterlab/yarn.lock'
20
+ - 'jupyterlab/tsconfig.json'
21
jobs:
22
test-build:
23
name: Test build for JupyterLab extension
jupyterlab/tsconfig.json
@@ -19,6 +19,7 @@
"plotly.js-dist-min": ["node_modules/@types/plotly.js"]
},
"rootDir": "src",
+ "skipLibCheck": true,
"strict": true,
24
"strictNullChecks": true,
25
"target": "ES2018"
0 commit comments