{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "outDir": "../dist/examples",
    "rootDir": "./",
    "skipLibCheck": true,
    "noImplicitAny": false
  },
  "include": ["./**/*"],
  "references": [{ "path": "../" }]
}
