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