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

17 lines
333 B
JSON

{
"compilerOptions": {
"declaration": true,
"esModuleInterop": true,
"jsx": "react-native",
"lib": ["ESNext"],
"module": "CommonJS",
"noEmitOnError": true,
"outDir": "./lib",
"sourceMap": true,
"strict": true,
"target": "ESNext",
},
"exclude": ["**/__tests__/*"],
"include": ["src"]
}