DefinitelyTyped/react-native/tsconfig.json
Vladimir Kotikov 1ad10bb0dd Update teact-native typings to react-native@0.34 (#11831)
* 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
2016-10-12 22:38:35 +09:00

7 lines
90 B
JSON

{
"compilerOptions": {
"target": "es6",
"noImplicitAny": true
}
}