{
  "compilerOptions": {
    "skipLibCheck": true,   
    "jsx": "react",
    "allowSyntheticDefaultImports": true,
    "moduleResolution": "node",
    "target": "ES6",
    "declaration": true,
    "outDir": "dist"                       
  },
  "include": ["src"]
}
