{ "extends": "../../tsconfigbase", "compilerOptions": { "outDir": "lib", "rootDir": "src" }, "include": ["src/*"], "references": [ { "path": "../application" }, { "path": "../apputils" }, { "path": "../codeeditor" }, { "path": "../codemirror" }, { "path": "../console" }, { "path": "../coreutils" }, { "path": "../debugger" }, { "path": "../docregistry" }, { "path": "../fileeditor" }, { "path": "../logconsole" }, { "path": "../notebook" }, { "path": "../rendermime" }, { "path": "../services" }, { "path": "../settingregistry" }, { "path": "../translation" } ] }