We need to evaluate whether to add .js extensions to import statements across all packages in this repository.
Verify the configuration of tsconfig. Depending on the options set, it can:
- Automatically add the missing
.js extension or not.
- Automatically add
index or not.
Additionally, define the hows and whys of this process.
We need to evaluate whether to add
.jsextensions to import statements across all packages in this repository.Verify the configuration of
tsconfig. Depending on the options set, it can:.jsextension or not.indexor not.Additionally, define the hows and whys of this process.