forked from Ivasoft/mattermost-mobile
10 lines
175 B
JSON
10 lines
175 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "react",
|
|
"allowJs": true,
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |