refactor
This commit is contained in:
@@ -21,39 +21,14 @@
|
||||
"baseUrl": ".",
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"declaration": true,
|
||||
"declarationMap": true,
|
||||
"sourceMap": true,
|
||||
"paths": {
|
||||
"@/*": ["./*"],
|
||||
"@/lib/*": ["apps/website/lib/*"],
|
||||
"@/components/*": ["apps/website/components/*"],
|
||||
"@/app/*": ["apps/website/app/*"],
|
||||
"core/*": ["core/*"],
|
||||
"apps/*": ["apps/*"],
|
||||
"@gridpilot/shared-result": ["core/shared/result/Result.ts"],
|
||||
"@gridpilot/shared": ["core/shared/index.ts"],
|
||||
"@gridpilot/shared/application": ["core/shared/application"],
|
||||
"@gridpilot/shared/application/*": ["core/shared/application/*"],
|
||||
"@gridpilot/shared/presentation": ["core/shared/presentation"],
|
||||
"@gridpilot/shared/presentation/*": ["core/shared/presentation/*"],
|
||||
"@gridpilot/shared/domain": ["core/shared/domain"],
|
||||
"@gridpilot/shared/domain/*": ["core/shared/domain/*"],
|
||||
"@gridpilot/shared/errors": ["core/shared/errors"],
|
||||
"@gridpilot/shared/errors/*": ["core/shared/errors/*"],
|
||||
"@gridpilot/automation": ["core/automation/index.ts"],
|
||||
"@gridpilot/automation/*": ["core/automation/*"],
|
||||
"@gridpilot/identity": ["core/identity/index.ts"],
|
||||
"@gridpilot/identity/*": ["core/identity/*"],
|
||||
"@gridpilot/media": ["core/media/index.ts"],
|
||||
"@gridpilot/media/*": ["core/media/*"],
|
||||
"@gridpilot/racing": ["core/racing/index.ts"],
|
||||
"@gridpilot/racing/*": ["core/racing/*"],
|
||||
"@gridpilot/social": ["core/social/index.ts"],
|
||||
"@gridpilot/social/*": ["core/social/*"],
|
||||
"@gridpilot/testing-support": ["core/testing-support/index.ts"],
|
||||
"@gridpilot/testing-support/*": ["core/testing-support/*"],
|
||||
"@gridpilot/analytics": ["core/analytics/index.ts"],
|
||||
"@gridpilot/analytics/*": ["core/analytics/*"],
|
||||
"@gridpilot/notifications": ["core/notifications/application/index.ts"],
|
||||
"@gridpilot/notifications/*": ["core/notifications/*"]
|
||||
"@core/*": ["./core/*"],
|
||||
"@adapters/*": ["./adapters/*"],
|
||||
"@testing/*": ["./testing/*"]
|
||||
}
|
||||
}
|
||||
},
|
||||
"exclude": ["node_modules", "dist", "**/*.spec.ts", "**/*.test.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user