feat(otp): yeah used packet.............

This commit is contained in:
Maieul BOYER 2025-08-26 22:06:02 +02:00 committed by Maix0
parent a16852c1b9
commit c545499c73
4 changed files with 18 additions and 38 deletions

View file

@ -22,8 +22,10 @@
"skipLibCheck": true,
"lib": ["ESNext"],
"paths": {
"@shared/auth": ["@shared/src/auth"],
"@shared/auth/*": ["@shared/src/auth/*"],
"@shared/database": ["@shared/src/database"],
"@shared/auth": ["@shared/src/auth"]
"@shared/database/*": ["@shared/src/database/*"]
}
}
}