Files
react-native-keyboard-manager/jsconfig.json
Douglas Nassif Roma Junior be79c9c3d5 First commit
2017-06-21 08:44:34 -03:00

9 lines
151 B
JSON

{
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true
},
"exclude": [
"node_modules"
]
}