b4904e738b
Lazy-load Stripe and the chat reply animation, remove the unused Lottie runtime, and add repeatable bundle and Web Vitals baseline tooling.
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"exclude": [
|
|
"__tests__",
|
|
"\\.test\\.ts$",
|
|
"\\.test\\.tsx$",
|
|
"\\.spec\\.ts$",
|
|
"\\.spec\\.tsx$",
|
|
"lottie-message-bubble\\.tsx$",
|
|
"stripe-payment-dialog\\.tsx$"
|
|
],
|
|
"directory": [
|
|
"./src/data/repositories",
|
|
"./src/data/repositories/interfaces",
|
|
"./src/data/services/api",
|
|
"./src/data/dto/auth",
|
|
"./src/data/dto/chat",
|
|
"./src/data/dto/metrics",
|
|
"./src/data/dto/user",
|
|
"./src/data/schemas/auth",
|
|
"./src/data/schemas/chat",
|
|
"./src/data/schemas/metrics",
|
|
"./src/data/schemas/user",
|
|
"./src/data/storage/app",
|
|
"./src/data/storage/auth",
|
|
"./src/data/storage/chat",
|
|
"./src/data/storage/user",
|
|
"./src/app/_components/core",
|
|
"./src/app/auth/components",
|
|
"./src/app/chat/components",
|
|
"./src/app/sidebar/components",
|
|
"./src/app/splash/components",
|
|
"./src/app/subscription/components",
|
|
"./src/hooks",
|
|
"./src/integrations",
|
|
"./src/utils",
|
|
"./src/stores/auth",
|
|
"./src/stores/chat",
|
|
"./src/stores/sidebar",
|
|
"./src/stores/user"
|
|
]
|
|
}
|