Skip to content

Commit 3f861f5

Browse files
jcoadymwcraig
authored andcommitted
Updated for JupyterLab 1.x
1 parent ee8318a commit 3f861f5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

labextension/vpython/tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
"lib": ["es6", "ES5", "ES2015.Promise", "DOM"],
55
"module": "commonjs",
66
"moduleResolution": "node",
7-
"noImplicitAny": true,
7+
"noImplicitAny": true,
88
"noEmitOnError": true,
99
"noUnusedLocals": true,
10-
"outDir": "./lib",
10+
"outDir": "lib",
11+
"rootDir": "src",
1112
"target": "es6",
1213
"strict": true,
1314
"strictNullChecks": false,

0 commit comments

Comments
 (0)