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