You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Confirmed. Thanks for the report! Blitz needs to generate a jsconfig.json when a JS project is created in order for absolute paths to work. In the meantime, you can create your own in the project root with the following contents (or use relative paths, temporarily):
{
"compilerOptions": {
"baseUrl": "."
}
}
You may run into another issue at that point, but it should get you past this one! 😄
What is the problem?
As per title.
Steps to Reproduce:
blitz new app --js
Versions:
Supporting Documentation
Error Log:
Compiled code:
The text was updated successfully, but these errors were encountered: