refactor
This commit is contained in:
@@ -28,49 +28,49 @@
|
||||
"types": ["node", "express", "jest"],
|
||||
"strictPropertyInitialization": false,
|
||||
"paths": {
|
||||
"@gridpilot/shared/*": [
|
||||
"@core/shared/*": [
|
||||
"../../core/shared/*"
|
||||
],
|
||||
"@gridpilot/shared/application/*": [
|
||||
"@core/shared/application/*": [
|
||||
"../../core/shared/application/*"
|
||||
],
|
||||
"@gridpilot/payments/*": [
|
||||
"@core/payments/*": [
|
||||
"../../core/payments/*"
|
||||
],
|
||||
"@gridpilot/payments/application/*": [
|
||||
"@core/payments/application/*": [
|
||||
"../../core/payments/application/*"
|
||||
],
|
||||
"@gridpilot/payments/domain/*": [
|
||||
"@core/payments/domain/*": [
|
||||
"../../core/payments/domain/*"
|
||||
],
|
||||
"@gridpilot/racing/*": [
|
||||
"@core/racing/*": [
|
||||
"../../core/racing/*"
|
||||
],
|
||||
"@gridpilot/league/*": [
|
||||
"@core/league/*": [
|
||||
"../../core/league/*"
|
||||
],
|
||||
"@gridpilot/analytics/*": [
|
||||
"@core/analytics/*": [
|
||||
"../../core/analytics/*"
|
||||
],
|
||||
"@gridpilot/analytics/domain/repositories/*": [
|
||||
"@core/analytics/domain/repositories/*": [
|
||||
"../../core/analytics/domain/repositories/*"
|
||||
],
|
||||
"@gridpilot/analytics/domain/entities/*": [
|
||||
"@core/analytics/domain/entities/*": [
|
||||
"../../core/analytics/domain/entities/*"
|
||||
],
|
||||
"@gridpilot/core/identity/domain/repositories/*": [
|
||||
"@core/core/identity/domain/repositories/*": [
|
||||
"../../core/identity/domain/repositories/*"
|
||||
],
|
||||
"@gridpilot/core/identity/domain/services/*": [
|
||||
"@core/core/identity/domain/services/*": [
|
||||
"../../core/identity/domain/services/*"
|
||||
],
|
||||
"@gridpilot/core/identity/domain/entities/*": [
|
||||
"@core/core/identity/domain/entities/*": [
|
||||
"../../core/identity/domain/entities/*"
|
||||
],
|
||||
"@gridpilot/core/shared/logging/*": [
|
||||
"@core/core/shared/logging/*": [
|
||||
"../../core/shared/logging/*"
|
||||
],
|
||||
"adapters/*": [
|
||||
"@adapters/*": [
|
||||
"../../adapters/*"
|
||||
],
|
||||
"@nestjs/testing": [
|
||||
|
||||
Reference in New Issue
Block a user