DefinitelyTyped/types/react-native-goby/tsconfig.json
Jayden Zhao fef536fb65 Add types/react-native-goby/* (#16312)
* add react-native-goby

* add react-native-goby

* add react-native-goby

* remove the Promise define of types/react-native-goby
2017-05-05 08:53:29 -07:00

23 lines
485 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"jsx": "react",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"react-native-goby-tests.tsx"
]
}