nexo/apps/mattermost/jsconfig.json

10 lines
No EOL
175 B
JSON

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