Files
react-native-chat-ui/tsconfig.json
Alex Demchenko 5789c0ba78 Prepare for web
2021-08-15 22:42:37 +02:00

19 lines
382 B
JSON

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