Skip to content

Commit

Permalink
Update ts_config_migration.md (#1118)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisjofrank authored Nov 11, 2024
1 parent f63443f commit de54e07
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions runtime/reference/ts_config_migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ using any APIs exclusive to one or the other. In such cases, a typical
```json title="deno.json"
{
"compilerOptions": {
"target": "esnext",
"lib": ["dom", "dom.iterable", "dom.asynciterable", "deno.ns"]
}
}
Expand All @@ -207,7 +206,6 @@ should add that library to the mix as well:
```json title="deno.json"
{
"compilerOptions": {
"target": "esnext",
"lib": [
"dom",
"dom.iterable",
Expand Down

0 comments on commit de54e07

Please sign in to comment.