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