hint
hint copied to clipboard
Update tsconfig.json
Fix - Enabling the importHelpers compiler option of TypeScript in root-folder/tsconfig.json
Pull request checklist
Make sure you:
- [x] Signed the Contributor License Agreement (after creating PR)
- [x] Followed the commit message guidelines
For non-trivial changes, please make sure you also:
- [ ] Added/Updated related documentation.
- [ ] Added/Updated related tests.
Short description of the change(s)
Ref #5035 By enabling the importHelpers compiler option of TypeScript, the compiler will use the tslib package and reduce the size of the output.
The committers listed above are authorized under a signed CLA.
- :white_check_mark: login: aakashlko / name: Aakash (cde52db2b9c4d6b5bc5bae270e370689abb011c1)
Hi @aakashlko , thanks a lot for the fix. I'll take a look and reply back 🙂
@vidorteg
Hi @aakashlko , thanks a lot for the fix. I'll take a look and reply back 🙂
found anything ?