{ "extends": "../../tsconfigbase", "compilerOptions": { "outDir": "lib", "rootDir": "src" }, "include": ["src/*"], "references": [ { "path": "../apputils" }, { "path": "../codeeditor" }, { "path": "../coreutils" }, { "path": "../rendermime" }, { "path": "../services" }, { "path": "../statedb" }, { "path": "../translation" } ] }