Skip to content

Commit 01b48e0

Browse files
authored
Added support for JupyterLab 2
Added support for JupyterLab 2
1 parent 06dd941 commit 01b48e0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

labextension/vpython/tsconfig.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
1+
12
{
23
"compilerOptions": {
34
"allowJs": true,
45
"lib": ["es6", "ES5", "ES2015.Promise", "DOM"],
6+
"esModuleInterop": true,
7+
"jsx": "react",
58
"module": "commonjs",
69
"moduleResolution": "node",
7-
"noImplicitAny": true,
810
"noEmitOnError": true,
11+
"noImplicitAny": true,
912
"noUnusedLocals": true,
1013
"outDir": "lib",
1114
"rootDir": "src",
12-
"target": "es6",
1315
"strict": true,
1416
"strictNullChecks": false,
17+
"target": "es6",
1518
"types": []
1619
},
1720
"include": ["src/*"]

0 commit comments

Comments
 (0)