DefinitelyTyped/types/react-native-uuid/tsconfig.json
Haseeb Majid a5c4b9a021 Added react-native-uuid (#34117)
* Added definitions for react-native-uuid

Added definitions for react-native-uuid class.

* Added Changes

* Added Suggested Changes
2019-03-25 09:50:51 -07:00

24 lines
543 B
JSON

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