{
  "extends": "../../tsconfig.shared.json",
  "compilerOptions": {
    "noUnusedLocals": false,
    "strict": false,
    "outDir": "lib",
    "rootDir": "src",
    "baseUrl": ".",
    "paths": {
      "ephox/boulder/test/*": ["src/test/ts/module/ephox/boulder/test/*"],
      "ephox/boulder/demo/*": ["src/demo/ts/ephox/boulder/demo/*"],
      "ephox/boulder/*": ["src/main/ts/ephox/boulder/*"],
      "@ephox/boulder": ["src/main/ts/ephox/boulder/api/Main.ts"]
    }
  },
  "include": [
    "src/demo/ts",
    "src/main/ts",
    "src/test/ts",
  ],
  "references": [
    { "path": "../agar" },
    { "path": "../katamari" },
    { "path": "../sand" },
  ]
}
