refactor
This commit is contained in:
@@ -15,23 +15,9 @@
|
||||
],
|
||||
"paths": {
|
||||
"@/*": ["./*"],
|
||||
"@/lib/*": ["./lib/*"],
|
||||
"@/components/*": ["./components/*"],
|
||||
"@/app/*": ["./app/*"],
|
||||
"@core/identity": ["../../core/identity/index.ts"],
|
||||
"@core/identity/*": ["../../core/identity/*"],
|
||||
"@core/racing": ["../../core/racing/index.ts"],
|
||||
"@core/racing/*": ["../../core/racing/*"],
|
||||
"@core/social": ["../../core/social/index.ts"],
|
||||
"@core/social/*": ["../../core/social/*"],
|
||||
"@core/testing-support": ["../../core/testing-support/index.ts"],
|
||||
"@core/testing-support/*": ["../../core/testing-support/*"],
|
||||
"@core/media": ["../../core/media/index.ts"],
|
||||
"@core/media/*": ["../../core/media/*"],
|
||||
"@core/shared/logging": ["../../core/shared/logging"],
|
||||
"@core/shared/*": ["../../core/shared/*"],
|
||||
"@core/core/*": ["../../core/*"],
|
||||
"@core/api/*": ["../../apps/api/src/*"]
|
||||
"@core/*": ["../../core/*"],
|
||||
"@adapters/*": ["../../adapters/*"],
|
||||
"@testing/*": ["../../testing/*"]
|
||||
}
|
||||
},
|
||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
|
||||
|
||||
Reference in New Issue
Block a user