Skip to content

Commit 72884e2

Browse files
committed
chore: align lib types across rxjs and observable packages
1 parent 4fb8a2e commit 72884e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rxjs/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"moduleResolution": "node",
1010
"stripInternal": true,
1111
"noEmit": true,
12-
"lib": ["esnext", "dom"],
12+
"lib": ["es2022", "dom"],
1313
"target": "esnext",
1414
"baseUrl": ".",
1515
"paths": {

0 commit comments

Comments
 (0)