GT2/GT2-Android/node_modules/react-native-safe-module/jsconfig.json

9 lines
151 B
JSON
Raw Normal View History

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