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
55 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Refactor module type settings and import paths across the application to enhance consistency and maintainability. Changed package types from 'module' to 'commonjs' in package.json files, updated TypeScript configuration for module resolution, and streamlined import paths by removing file extensions. This improves clarity and aligns with the updated module structure throughout the codebase.
2025-10-08 18:35:05 +09:00
export
*
from
"./mapper"
;
export
*
from
"./raw.types"
;
Reference in New Issue
Copy Permalink