Files
react-native-chat-ui/tsconfig.json
Alex Demchenko 59c5e2ecbd Initial commit
2019-12-24 19:36:13 +01:00

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__/*"]
}