Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
JSStenta authored Nov 12, 2024
2 parents fadee97 + de54e07 commit a878df5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion replacements.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"CLI_VERSION": "2.0.5"
"CLI_VERSION": "2.0.6"
}
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 a878df5

Please sign in to comment.