{ "extends": "../../tsconfigbase", "compilerOptions": { "outDir": "lib", "rootDir": "src" }, "include": ["src/**/*"], "references": [ { "path": "../apputils" }, { "path": "../cells" }, { "path": "../coreutils" }, { "path": "../docmanager" }, { "path": "../docregistry" }, { "path": "../fileeditor" }, { "path": "../markdownviewer" }, { "path": "../notebook" }, { "path": "../rendermime" }, { "path": "../settingregistry" }, { "path": "../translation" }, { "path": "../ui-components" } ] }