Skip to content

Commit

Permalink
strictNullCheck tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
vidartf committed Aug 9, 2019
1 parent 89b737c commit 86ada79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vdom-extension/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const plugin: JupyterFrontEndPlugin<IVDOMTracker> = {
dataType: 'json',
rendermime,
name: FACTORY_NAME,
primaryFileType: app.docRegistry.getFileType('vdom'),
primaryFileType: app.docRegistry.getFileType('vdom')!,
fileTypes: ['vdom', 'json'],
defaultFor: ['vdom']
});
Expand Down

0 comments on commit 86ada79

Please sign in to comment.