We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using an drizzle-orm:
This will result in an error :
That's ok :
tsconfig.json :
The text was updated successfully, but these errors were encountered:
What does your file structure look like? where is the utils folder relative to the tsconfig.json? does it for instance work if you change it to this?
"~utils/*": ["./utils/*"],
and import it as ~utils/columns.helpers?
~utils/columns.helpers
Sorry, something went wrong.
What does your file structure look like? where is the utils folder relative to the tsconfig.json? does it for instance work if you change it to this? "~utils/*": ["./utils/*"], and import it as ~utils/columns.helpers?
The paths entry in my tsconfig.json is configured "~/*": "./*" this configuration cannot override "~/utils /*": "./ utils/*"?
"~/*": "./*"
"~/utils /*": "./ utils/*"
I tried it, but it still doesn't work.
No branches or pull requests
Using an drizzle-orm:
This will result in an error :
That's ok :
tsconfig.json :
The text was updated successfully, but these errors were encountered: