Files
flipper/desktop/plugins/public/reactdevtools/scripts/tsconfig.json
Pascal Hartig 072d618681 Use String.prototype.replaceAll in sourcemap removal script
Summary: Apply suggestion from D48605129 to have access to "modern" `replaceAll`.

Reviewed By: lblasa

Differential Revision: D48642120

fbshipit-source-id: 1e273fe5590e7b4a48c9176ef5f1afdab688b7d6
2023-08-30 09:14:07 -07:00

12 lines
201 B
JSON

{
"compilerOptions": {
"target": "ES2021",
"module": "nodenext",
"jsx": "react",
"noEmit": true,
"strict": true,
"moduleResolution": "node",
"esModuleInterop": true
}
}