DefinitelyTyped/types/react-native-google-analytics-bridge/tsconfig.json
Nathan Perry b820a56634 [react-native-google-analytics-bridge] - Updated the typings for v5.2 (#18833)
* Updated typings for react-native-google-analytics-bridge for v5.2

* react-native-google-analytics-bridge - updated to follow code style
2017-08-11 10:17:20 -07:00

24 lines
419 B
JSON

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