Skip to content

Commit 9b073c8

Browse files
committed
Fix building of Mobx react lite
1 parent 420d7ee commit 9b073c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/mobx-react-lite/tsconfig.json

Lines changed: 1 addition & 1 deletion
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)