DefinitelyTyped/types/react-native-share-menu/tsconfig.json
Haseeb Majid 24a8fc99dc Added react-native-share-menu (#36960)
Added react native share menu
2019-07-17 16:21:03 -07:00

24 lines
504 B
JSON

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