Skip to content

Commit

Permalink
FIX: try to make typescript happy (it used to work, now it doesn't an…
Browse files Browse the repository at this point in the history
…d we have no lib/index.js) in the package any more, this seems to help by manual testing per angular/angular#14595
  • Loading branch information
lukemarsden committed Jul 5, 2019
1 parent 5691f2d commit 23d8a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyterlab_dotscience/tsconfig.json
Expand Up @@ -9,7 +9,7 @@
"moduleResolution": "node",
"target": "ES5",
"outDir": "./lib",
"lib": ["ES5", "ES2015.Promise", "DOM"],
"lib": ["ES5", "ES2015.Promise", "DOM", "es2015", "es2015.iterable"],
"types": []
},
"include": ["src/*"]
Expand Down

0 comments on commit 23d8a8a

Please sign in to comment.