DefinitelyTyped/types/react-native-material-textfield/tsconfig.json
villevenalainen 349f349e9c Definitions for react-native-material-textfield (#25417)
* Definition file for react-native-material-textfield

* Changed label not mandatory

* Format fixing for files. Passing lint.
2018-05-01 09:10:45 -07:00

26 lines
556 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-material-textfield-tests.tsx"
]
}