Skip to content

Commit

Permalink
feat: includee "target": "ESNext", /* Set the JavaScript language ver…
Browse files Browse the repository at this point in the history
…sion for emitted JavaScript and include compatible library declarations. */
  • Loading branch information
johnnyreilly authored Sep 7, 2024
1 parent ba234dd commit 91fab07
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ We now have TypeScript installed in our project. We'll need to create a `tsconfi
"ESNext"
] /* Specify a set of bundled library declaration files that describe the target runtime environment. */,
"jsx": "preserve" /* Specify what JSX code is generated. */,
"target": "ESNext", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */

/* Modules */
"module": "preserve" /* Specify what module code is generated. */,
Expand Down

0 comments on commit 91fab07

Please sign in to comment.