{
  "compilerOptions": {
    "target": "es6",
    "moduleResolution": "node",
    "allowSyntheticDefaultImports": true,
    "jsx": "react",
    "sourceMap": true,
    "baseUrl": "src",
    "paths": {},
    "allowJs": true,
    "outDir": "dist"
  }
}