Skip to content

Commit

Permalink
chore: align lib types across rxjs and observable packages
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Oct 29, 2024
1 parent 4fb8a2e commit 72884e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rxjs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"moduleResolution": "node",
"stripInternal": true,
"noEmit": true,
"lib": ["esnext", "dom"],
"lib": ["es2022", "dom"],
"target": "esnext",
"baseUrl": ".",
"paths": {
Expand Down

0 comments on commit 72884e2

Please sign in to comment.