DefinitelyTyped/types/react-native-background-downloader/tsconfig.json
Junseong Park b486ac5f27
added @types/react-native-background-downloader (#42052)
* added @types/react-native-background-downloader

* remove typescript version

* modified for lint
2020-02-05 15:18:08 -08:00

18 lines
481 B
JSON

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