Bump ES level to 2021
Summary: Updating the remaining tsconfigs to build for an ES2021 target. Reviewed By: antonk52 Differential Revision: D48687661 fbshipit-source-id: 2761704d251f701594ca5d362a17731f287088ed
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d4d8c965eb
commit
554d2f9b83
@@ -3,7 +3,7 @@
|
||||
"compilerOptions": {
|
||||
"outDir": "lib",
|
||||
"rootDir": "src",
|
||||
"lib": ["dom", "ES2019"],
|
||||
"lib": ["dom", "ES2021"],
|
||||
"types": ["../types/flipperGlobals", "react/next", "react-dom/next"]
|
||||
},
|
||||
"references": [
|
||||
|
||||
Reference in New Issue
Block a user