- This project uses
pnpmas the package manager. Usepnpmcommands whenever possible.
- Avoid using relative paths in imports.
- Use absolute paths in the imports using Node Subpath imports if configured in the project's
package.json.
- Avoid using 'any' in types/casts/assertions.