Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add .js extension to imported file (#370)
Add .js extension to imported file Added `.js` extension since compiler gives an error `Relative import paths need explicit file extensions in EcmaScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean './rpc.js'?` with `"moduleResolution": "NodeNext"` option.
- Loading branch information