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