Files
react-native-chat-ui/example/tsconfig.json
Alex d3a7638ef9 Feature/keyboard (#2)
* WIP: Keyboard implementation

* Move Chat component inside the library

* Fix example project

* Update dependencies
2020-03-02 07:24:30 +01:00

19 lines
420 B
JSON

{
"extends": "./node_modules/gts/tsconfig-google.json",
"compilerOptions": {
"baseUrl": ".",
"declaration": false,
"esModuleInterop": true,
"jsx": "react-native",
"noEmit": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"paths": {
"@flyerhq/react-native-flyer-ui": ["../src"]
},
"resolveJsonModule": true,
"skipLibCheck": true
},
"include": ["src"]
}