File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
webio-jupyter-labextension Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1919 "strictNullChecks" : true ,
2020 "target" : " es2017" ,
2121 "types" : [],
22- "importsNotUsedAsValues" : " error" ,
23- "skipLibCheck" : true
22+ "verbatimModuleSyntax" : true ,
23+ "skipLibCheck" : true ,
24+ "paths" : {
25+ "@jupyterlab/*" : [" ../jupyterlab/packages/*" ],
26+ "*" : [" ./node_modules/*" ]
27+ }
2428 },
2529 "include" : [" webio-jupyter-labextension/*" ]
2630}
Original file line number Diff line number Diff line change 11import debug from "debug" ;
22import { Panel } from "@lumino/widgets" ;
3- import { DisposableDelegate , IDisposable } from "@lumino/disposable" ;
3+ import { DisposableDelegate } from "@lumino/disposable" ;
4+ import type { IDisposable } from "@lumino/disposable" ;
45
56import type { JupyterFrontEndPlugin } from "@jupyterlab/application" ;
67import type { DocumentRegistry } from "@jupyterlab/docregistry" ;
You can’t perform that action at this time.
0 commit comments