Files
react-native-languages/example/jsconfig.json
T
2017-08-01 18:44:14 +02:00

9 lines
151 B
JSON

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