Newer
Older
"rootDir": ".",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"target": "es2015",
"module": "esnext",
"lib": ["es2020", "dom"],
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"paths": {
"@ocm-engine/asker": ["libs/asker/src/index.ts"],
"@ocm-engine/dtos": ["libs/dtos/src/index.ts"],
"@ocm-engine/ledgers": ["libs/ledgers/src/index.ts"],
"@ocm-engine/nats": ["libs/nats/src/index.ts"]
}