UNPKG

@aequum/crudl

Version:

aequum CRUD/CRUDL operations common components

19 lines 409 B
{ "extends": "../tsconfig.build.json", "compilerOptions": { "outDir": ".", "rootDir": ".", "paths": { "@aequum/paginate-common": [ "../paginate-common" ] } }, "exclude": [ "node_modules", "dist", "test/**/*", "*.spec.ts" ], "references": [ { "path": "../paginate-common/tsconfig.build.json" }, ] }