{
  "extends": "tsconfig/base.json",
  "include": ["**/*.ts"],
  "exclude": ["node_modules", "dist", "playground/dist"],
  "compilerOptions": {
    "jsx": "react-jsx",
    "module": "ESNext",
    "target": "ES6",
    "lib": ["ES2015"]
  }
}
