mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
1b0851515e
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
20 lines
349 B
JSON
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"
|
|
]
|
|
} |