@aequum/in-memory
Version:
aequum in-memory stuff
25 lines • 718 B
JSON
{
"extends": "../tsconfig.build.json",
"compilerOptions": {
"outDir": ".",
"rootDir": ".",
"paths": {
"@aequum/crudl": [ "../crudl" ],
"@aequum/exceptions/*": [ "../exceptions/*" ],
"@aequum/paginate-common": [ "../paginate-common" ],
"@aequum/utils": [ "../utils" ]
}
},
"exclude": [
"node_modules",
"dist",
"test/**/*",
"*.spec.ts"
],
"references": [
{ "path": "../crudl/tsconfig.build.json" },
{ "path": "../exceptions/tsconfig.build.json" },
{ "path": "../paginate-common/tsconfig.build.json" },
{ "path": "../utils/tsconfig.build.json" }
]
}