Files
mattermost-mobile/jsconfig.json
2020-11-17 14:20:58 -03:00

9 lines
151 B
JSON

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