2017-08-03 18:23:43 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2021-07-20 18:14:36 +00:00
|
|
|
"jsx": "react",
|
2017-08-13 01:35:09 +00:00
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"experimentalDecorators": true
|
2017-08-03 18:23:43 +00:00
|
|
|
},
|
|
|
|
"exclude": [
|
|
|
|
"node_modules"
|
|
|
|
]
|
2017-08-13 01:35:09 +00:00
|
|
|
}
|