{
  "extends": "../../tsconfigbase",
  "compilerOptions": {
    "outDir": "lib",
    "rootDir": "src"
  },
  "include": ["src/**/*"],
  "references": [
    {
      "path": "../apputils"
    },
    {
      "path": "../cells"
    },
    {
      "path": "../codeeditor"
    },
    {
      "path": "../codemirror"
    },
    {
      "path": "../fileeditor"
    },
    {
      "path": "../notebook"
    },
    {
      "path": "../translation"
    },
    {
      "path": "../ui-components"
    }
  ]
}