{ "extends": "../../tsconfigbase", "compilerOptions": { "outDir": "lib", "rootDir": "src" }, "include": ["src/*"], "references": [ { "path": "../apputils" }, { "path": "../translation" }, { "path": "../ui-components" } ] }