{ "extends": "../../tsconfigbase", "compilerOptions": { "outDir": "lib", "rootDir": "src" }, "include": ["src/*"], "references": [ { "path": "../apputils" }, { "path": "../cells" }, { "path": "../codeeditor" }, { "path": "../coreutils" }, { "path": "../nbformat" }, { "path": "../observables" }, { "path": "../rendermime" }, { "path": "../services" }, { "path": "../ui-components" } ] }