DefinitelyTyped/types/react-native-loading-spinner-overlay/tsconfig.json
Fernando Alex Helwanger cc7370ac0e [react-native-loading-spinner-overlay] Add react-native-loading-spinner-overlay typings (#23829)
* Add react-native-loading-spinner-overlay typings

* Match `react` typescript version
2018-02-26 11:44:12 -08:00

25 lines
542 B
JSON

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