You are doing an amazing job here.
I tried to build the frontend app and noticed that the new TypeScript compiler option erasableSyntaxOnly is set to true, while the codebase still uses namespace and enum, which are not compatible with that option.
Are you planning to remove or replace them?
If not already planned, I’d be happy to make a pull request to help with the migration. Let me know what you think
You are doing an amazing job here.
I tried to build the frontend app and noticed that the new TypeScript compiler option erasableSyntaxOnly is set to true, while the codebase still uses namespace and enum, which are not compatible with that option.
Are you planning to remove or replace them?
If not already planned, I’d be happy to make a pull request to help with the migration. Let me know what you think