mirror of
https://github.com/zhigang1992/react-native-chat-ui.git
synced 2026-04-28 20:25:38 +08:00
13 lines
279 B
JSON
13 lines
279 B
JSON
{
|
|
"extends": "./node_modules/gts/tsconfig-google.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-native",
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"outDir": "./lib",
|
|
"removeComments": true
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["**/__tests__/*"]
|
|
}
|