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