mirror of
https://github.com/zhigang1992/react-native-chat-ui.git
synced 2026-06-17 03:59:18 +08:00
17 lines
333 B
JSON
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"]
|
|
}
|