{ "extends": "../../tsconfig.base.json", "compilerOptions": { "outDir": "dist", "rootDir": "src", "types": ["node"] }, "include": ["src"], "references": [ { "path": "../shared" }, { "path": "../tts" }, { "path": "../templates" } ] }