mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Update teact-native typings to react-native@0.34 * Address review feedback - remove ES6 Promise definition - replace class/type -> interface to match w/ existing definitions - remove duplicated types: I18nManagerStatus and EmitterSubscription Remove ES6 Promise definition * Keep previous typings as react-native.0.29
20 lines
437 B
JSON
20 lines
437 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"noImplicitAny": true,
|
|
"strictNullChecks": false,
|
|
"baseUrl": "../",
|
|
"jsx": "react",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"react-native-animated-tests.tsx"
|
|
]
|
|
} |