mirror of
https://github.com/zhigang1992/react-native-chat-ui.git
synced 2026-06-16 19:51:56 +08:00
19 lines
408 B
JSON
19 lines
408 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"esModuleInterop": true,
|
|
"jsx": "react-native",
|
|
"lib": ["ESNext"],
|
|
"module": "CommonJS",
|
|
"noEmitOnError": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"outDir": "./lib",
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"target": "ESNext"
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "**/__tests__/*"]
|
|
}
|