We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 420d7ee commit 32c934bCopy full SHA for 32c934b
packages/mobx-react-lite/tsconfig.json
@@ -2,7 +2,7 @@
2
"extends": "../../tsconfig.json",
3
"compilerOptions": {
4
"rootDir": "src",
5
- "lib": ["es6", "DOM"]
+ "lib": ["ESNext", "DOM"]
6
},
7
"include": ["src"]
8
}
0 commit comments