{ "extends": "../tsconfig/base.json", "include": [ "**/*.ts" ], "compilerOptions": { "outDir": "dist" }, "references": [ { "path": "../lib" } ] }