Skip to content

Commit

Permalink
Update tsconfig lib (#94)
Browse files Browse the repository at this point in the history
Align with jupyterlab/jupyterlab#16288 for 4.3.0+
  • Loading branch information
fcollonval authored Nov 21, 2024
1 parent 1de66a0 commit de5cbca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions template/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"esModuleInterop": true,
"incremental": true,
"jsx": "react",
"lib": ["DOM", "ES2018", "ES2020.Intl"],
"module": "esnext",
"moduleResolution": "node",
"noEmitOnError": true,
Expand Down

0 comments on commit de5cbca

Please sign in to comment.