graphql-js icon indicating copy to clipboard operation
graphql-js copied to clipboard

refactor(src): remove `.js` extension, append it for compiled files

Open GervinFung opened this issue 2 years ago • 0 comments

I believe this thing is common, it's weird to import .js file when typescript files are imported/exported in src folder, and tsc should auto append the file extension for us, however, this problem can be solved with ts-add-js-extension. Do take a look at it and let me know what u think

GervinFung avatar Jul 11 '23 13:07 GervinFung