{
  "extends": "../../tsconfig.shared.json",
  "compilerOptions": {
    "outDir": "lib",
    "rootDir": "src",
    "baseUrl": ".",
    "paths": {
      "ephox/snooker/test/*": ["src/test/ts/module/ephox/snooker/test/*"],
      "ephox/snooker/demo/*": ["src/demo/ts/ephox/snooker/demo/*"],
      "ephox/snooker/*": ["src/main/ts/ephox/snooker/*"],
      "@ephox/snooker": ["src/main/ts/ephox/snooker/api/Main.ts"]
    }
  },
  "include": [
    "src/demo/ts",
    "src/main/ts",
    "src/test/ts",
  ],
  "references": [
    { "path": "../dragster" },
    { "path": "../echo" },
    { "path": "../katamari" },
    { "path": "../porkbun" },
    { "path": "../robin" },
    { "path": "../sand" },
    { "path": "../sugar" },
  ]
}
