{
"compilerOptions": {
"moduleResolution": "node",
"target": "es5",
"jsx": "react",
"sourceMap": true,
"skipDefaultLibCheck": true,
"skipLibCheck": true,
"module": "commonjs",
"allowSyntheticDefaultImports": true,
"removeComments": true
},
"exclude": [
"bin",
"node_modules"
]
}