DefinitelyTyped/types/react-native-appsflyer/tsconfig.json
Fabian Lee b2732e5252
feat(react-native-appsflyer): complete definition (#42158)
* feat(react-native-appsflyer): complete definition

* enhance: add new function and more types

* enhance: add test
2020-02-10 10:48:48 -08:00

24 lines
503 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-appsflyer-tests.ts"
]
}