{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "composite": true,
    "outDir": "./lib",
    "rootDir": "./src",
    "target": "ES2015",
    "skipLibCheck": true
  },

  "include": ["src/**/*"],
  "references": [
    {
      "path": "../types"
    }
  ]
}
