Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should discuss/consider using baseUrl in our tsconfig so we can change imports like this:
baseUrl
import { Thing } from "../../components/thing"
to this
import { Thing } from "components/thing"
Docs: https://www.typescriptlang.org/tsconfig#baseUrl
The text was updated successfully, but these errors were encountered:
I like to work on this issue @jamonholmgren
We should discuss/consider using
baseUrlin our tsconfig so we can change imports like this:to this
Docs: https://www.typescriptlang.org/tsconfig#baseUrl
The text was updated successfully, but these errors were encountered: