Skip to content

Commit 32c934b

Browse files
authored
Fix building of Mobx react lite (#3900)
1 parent 420d7ee commit 32c934b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mobx-react-lite/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"extends": "../../tsconfig.json",
33
"compilerOptions": {
44
"rootDir": "src",
5-
"lib": ["es6", "DOM"]
5+
"lib": ["ESNext", "DOM"]
66
},
77
"include": ["src"]
88
}

0 commit comments

Comments
 (0)