* build(typescript): disable from generating source map
* build(typescript): disable from generating declaration file
* build(typescript): modify source files to be compiled to the same dir
* build(typescript): modify distribution files to be generated to `dist` directory
* refactor: rename main entrypoint from `main` to `index`
* chore(git): specify attribute for `dist` directory instead of just `dist/index.mjs`
* ci: move check steps to `check-package` job in `test` workflow
* ci(build): merge check differences step to bundle package step
* ci(test): check Yarn version in the `check-package` job
* test: map imported module from the distribution files
* chore: remove @jest/globals, @types/jest, and ts-jest from dependencies
* test: modify test files to JavaScript
* test: remove `testMatch` option in Jest (redundant)
* build: remove `tsconfig.eslint.json`
* ci(test): set `--experimental-vm-modules` only on `Test Package` step instead
* ci: remove `latest` branch from triggering workflow run
* ci: adjust job names in workflows
* ci: adjust step names in workflow jobs
* docs(readme): adjust naming in the example workflows
* ci: rename `test.yml` workflow to `test.yaml`