Sync defaultMessage from lokalise
* Enhance translation sync functionality and tests
- Added logging for found component files during sync.
- Introduced tests for handling complex components with replacements.
- Updated regex in syncIntlFormatMessage to support optional second arguments.
- Removed unused test files.
* feat(syncDefaultMessage): add script for syncing default message with lokalise
* feat(syncDefaultMessage): add script for syncing default message with lokalise
Approved-by: Matilda Landström
Add typescript-config package with shared configs
* Move web config to shared
* Move design-system ts config to typescript-config package
* Move redis-api tsconfig to typescript-config package
* Sort tsconfig keys
* Update react-library tsconfig
Move declaration and declarationMap from base
Add sourceMap
This fixes Go-to-Definition, debugging and similar in packages/apps where it is consumed
* Update base config module and moduleResolution
Approved-by: Michael Zetterberg
Approved-by: Christian Andolf