graphql-js
graphql-js copied to clipboard
refactor(src): remove `.js` extension, append it for compiled files
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