mirror of
https://github.com/zhigang1992/react-native-chat-ui.git
synced 2026-01-12 22:50:15 +08:00
19 lines
371 B
JSON
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"]
|
|
}
|