Files
react-native-chat-ui/example/tsconfig.json
Alex Demchenko bc7f4ac2b8 Update example
2021-03-22 16:00:14 +01:00

19 lines
371 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"esModuleInterop": true,
"jsx": "react-native",
"lib": ["ESNext"],
"module": "CommonJS",
"noEmit": true,
"paths": {
"@flyerhq/react-native-chat-ui": ["../src"]
},
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"target": "ESNext",
},
"include": ["src"]
}