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
*.json
remix/packages/remix-node/assetImportTypes.ts
Lines 29 to 32 in f1d6557
I believe if we just remove this and add resolveJsonModule: true to tsconfig.json, we'll get the right types for these imports.
resolveJsonModule: true
tsconfig.json
I'm happy to open a PR if this seems reasonable!
The text was updated successfully, but these errors were encountered:
sorry for the delay on replying to this! this was fixed in #314 and released in 0.20.0
Sorry, something went wrong.
No branches or pull requests
remix/packages/remix-node/assetImportTypes.ts
Lines 29 to 32 in f1d6557
I believe if we just remove this and add
resolveJsonModule: true
totsconfig.json
, we'll get the right types for these imports.I'm happy to open a PR if this seems reasonable!
The text was updated successfully, but these errors were encountered: