mirror of
https://github.com/zhigang1992/react-native-chat-ui.git
synced 2026-05-06 16:40:27 +08:00
22 lines
461 B
JSON
22 lines
461 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"esModuleInterop": true,
|
|
"jsx": "react-native",
|
|
"lib": ["ESNext"],
|
|
"module": "CommonJS",
|
|
"noEmit": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"paths": {
|
|
"@flyerhq/react-native-chat-ui": ["../src"]
|
|
},
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"target": "ESNext"
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules"]
|
|
}
|