Files
mattermost-mobile/jsconfig.json
2025-06-19 15:30:56 +08:00

10 lines
175 B
JSON

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