fugufish/ineria-rails-typescript-guide icon
public
Published on 5/22/2025
Inertia Rails / Typescript Development Guide

Development guidelines for Inertia Rails / Typescript stack

Rules

Typescript Imports

  • Imports SHOULD use @/ alias when referring to any file within the app/frontend directory unless the relative path to the file is textually shorter, in which chase the import SHOULD use the relative path
  • Imports MUST use the full file extension of the file being imported