UNPKG

@cmmv/repository

Version:

Repository module using TypeORM for CMMV

19 lines (18 loc) 484 B
{ "extends": "../tsconfig.build.json", "compilerOptions": { "outDir": ".", "rootDir": ".", "paths": { "@cmmv/core": ["../core"], "@cmmv/core/*": ["../core/*"], "@cmmv/http": ["../http"], "@cmmv/http/*": ["../http/*"] } }, "exclude": ["node_modules", "dist"], "references": [ { "path": "../core/tsconfig.build.json" }, { "path": "../http/tsconfig.build.json" } ] }