Summary: Apply suggestion from D48605129 to have access to "modern" `replaceAll`. Reviewed By: lblasa Differential Revision: D48642120 fbshipit-source-id: 1e273fe5590e7b4a48c9176ef5f1afdab688b7d6
12 lines
201 B
JSON
12 lines
201 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2021",
|
|
"module": "nodenext",
|
|
"jsx": "react",
|
|
"noEmit": true,
|
|
"strict": true,
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true
|
|
}
|
|
}
|