{
  "compilerOptions": {
    "target": "es2017",
    "module": "commonjs",
    "outDir": "lib",
    "declaration": true,
    "sourceMap": true,
    "strict": true,
    "jsx": "react",
    "pretty": false,
    "skipLibCheck": true,
    "newLine": "LF"
  },
  "include": ["src", "types"]
}
