DefinitelyTyped/types/react-native-modal-dropdown/tsconfig.json
Carlos 0fd7e1bc6f [react-native-modal-dropdown] Add definitions (#31735)
* react-native-modal-dropdown: initial definitions

* fix the project path and export class

* fix member-access
2019-01-01 10:41:21 -08:00

26 lines
552 B
JSON

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