Files
react-native/private/react-native-codegen-typescript-test/tsconfig.json
T
Tim Yung 1b0851515e RN: Move {packages => private}/react-native-codegen-typescript-test (#51936)
Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/51936

Moves `packages/react-native-codegen-typescript-test` to `private/react-native-codegen-typescript-test`.

Changelog:
[Internal]

Reviewed By: huntie

Differential Revision: D76357099

fbshipit-source-id: c00d19d1393aa9bc8059e30f837a045169776b50
2025-06-11 17:39:26 -07:00

20 lines
349 B
JSON

{
"compilerOptions": {
"lib": [
"es6"
],
"module": "commonjs",
"moduleResolution": "node",
"target": "es5",
"declaration": false,
"sourceMap": false,
"outDir": "./lib",
"noEmitOnError": true,
"noUnusedLocals": true,
"strictNullChecks": true,
},
"exclude": [
"node_modules",
"lib"
]
}