mirror of
https://github.com/zhigang1992/react-native-chat-ui.git
synced 2026-05-10 22:03:35 +08:00
* WIP: Keyboard implementation * Move Chat component inside the library * Fix example project * Update dependencies
19 lines
420 B
JSON
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"]
|
|
}
|