This website requires JavaScript.
Explore
Help
Sign In
ankhbayar
/
Assist_Design
Watch
1
Star
0
Fork
0
You've already forked Assist_Design
Code
Issues
Pull Requests
Actions
3
Packages
Projects
Releases
Wiki
Activity
Assist_Design
/
packages
/
domain
/
subscriptions
/
providers
/
whmcs
/
index.ts
3 lines
61 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Update TypeScript configurations and improve module imports - Changed TypeScript target and library settings in tsconfig files to align with ESNext standards. - Updated pnpm version in GitHub workflows for better dependency management. - Modified Dockerfile to reflect the updated pnpm version. - Adjusted import statements across various domain modules to include file extensions for consistency and compatibility. - Cleaned up TypeScript configuration files for improved clarity and organization.
2025-12-10 15:22:10 +09:00
export
*
from
"./mapper.js"
;
export
*
from
"./raw.types.js"
;
Reference in New Issue
Copy Permalink