Open andremarcondesteixeira opened 4 months ago
Why was this moved to Typescript? It has nothing to do with Typescript...
The TypeScript language service deals with this, that’s why. jsconfig.json
is effectively just a tsconfig.json
with implied "allowJs": true
.
@RyanCavanaugh I would be willing to fix this if someone is willing to help me understand and navigate the repository on a basic level
Does this issue occur when all extensions are disabled?: Yes/No
Steps to Reproduce:
/js/custom-elements
to inside the/js/presentation
folder/js/index.js
was not automatically fixed/js/custom-elements/assets-list/assets-list-element.js
, remove the import from the top of the file and comment out the code using the import/js/custom-elements
to inside the/js/presentation
folder/js/index.js
was automatically fixed