Skip to content

Commit

Permalink
Merge pull request #4137 from rgbkrk/opt-back-in-to-composite
Browse files Browse the repository at this point in the history
switch jext's tsconfig back to composite: true
  • Loading branch information
rgbkrk committed Jan 29, 2019
2 parents ad6c215 + d27adba commit 7ff17b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions applications/jupyter-extension/tsconfig.json
Expand Up @@ -5,8 +5,7 @@
// Since webpack can handle esnext, we can make our apps produce esnext
// so that webpack can do better tree shaking, code splitting, and dynamic imports
"module": "esnext",
"noEmit": true,
"composite": false
"noEmit": true
},
"include": ["nteract_on_jupyter/app", "nteract_on_jupyter/global.d.ts"],
"references": [
Expand Down

0 comments on commit 7ff17b2

Please sign in to comment.