{ "extends": "../../tsconfigbase", "compilerOptions": { "outDir": "lib", "rootDir": "src" }, "include": ["src/*"], "references": [ { "path": "../application" }, { "path": "../codeeditor" }, { "path": "../console" }, { "path": "../coreutils" }, { "path": "../fileeditor" }, { "path": "../notebook" }, { "path": "../rendermime" }, { "path": "../services" }, { "path": "../tooltip" } ] }