rename to core
This commit is contained in:
@@ -18,23 +18,23 @@
|
||||
"@/lib/*": ["./lib/*"],
|
||||
"@/components/*": ["./components/*"],
|
||||
"@/app/*": ["./app/*"],
|
||||
"@gridpilot/identity": ["../../packages/identity/index.ts"],
|
||||
"@gridpilot/identity/*": ["../../packages/identity/*"],
|
||||
"@gridpilot/racing": ["../../packages/racing/index.ts"],
|
||||
"@gridpilot/racing/*": ["../../packages/racing/*"],
|
||||
"@gridpilot/social": ["../../packages/social/index.ts"],
|
||||
"@gridpilot/social/*": ["../../packages/social/*"],
|
||||
"@gridpilot/testing-support": ["../../packages/testing-support/index.ts"],
|
||||
"@gridpilot/testing-support/*": ["../../packages/testing-support/*"],
|
||||
"@gridpilot/media": ["../../packages/media/index.ts"],
|
||||
"@gridpilot/media/*": ["../../packages/media/*"],
|
||||
"@gridpilot/shared": ["../../packages/shared/index.ts"],
|
||||
"@gridpilot/shared/application": ["../../packages/shared/application"],
|
||||
"@gridpilot/shared/application/*": ["../../packages/shared/application/*"],
|
||||
"@gridpilot/shared/presentation": ["../../packages/shared/presentation"],
|
||||
"@gridpilot/shared/presentation/*": ["../../packages/shared/presentation/*"],
|
||||
"@gridpilot/shared/domain": ["../../packages/shared/domain"],
|
||||
"@gridpilot/shared/errors": ["../../packages/shared/errors"]
|
||||
"@gridpilot/identity": ["../../core/identity/index.ts"],
|
||||
"@gridpilot/identity/*": ["../../core/identity/*"],
|
||||
"@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/media": ["../../core/media/index.ts"],
|
||||
"@gridpilot/media/*": ["../../core/media/*"],
|
||||
"@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/errors": ["../../core/shared/errors"]
|
||||
}
|
||||
},
|
||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
|
||||
|
||||
Reference in New Issue
Block a user