set module
compiler option to node16
in tsconfig.base.json
#5310
Labels
module
compiler option to node16
in tsconfig.base.json
#5310
Description
#5145 sets an combination of compiler options that some uses get as an error in their editors. Ref #5145 (comment)
I order to fix that we need to change
module
compiler option tonode16
but doing it makes the compilation fail for some files since they have imports that do not conform the the new module resolution giving the following output.So along with the change we need a small refactor of these files to fix the import expression and the usage of the module if applies.
Checklist
5.0.4
#5145 to be mergedThe text was updated successfully, but these errors were encountered: