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