{ "extends": "../../tsconfigbase", "compilerOptions": { "outDir": "lib", "rootDir": "src" }, "include": ["src/*"], "references": [ { "path": "../application" }, { "path": "../codeeditor" }, { "path": "../codemirror" }, { "path": "../docregistry" }, { "path": "../fileeditor" }, { "path": "../mainmenu" }, { "path": "../settingregistry" }, { "path": "../statusbar" } ] }