JS templates are missing jsconfig
onsclom opened this issue · 0 comments
onsclom commented
Upon doing a command like npx degit solidjs/templates/js my-app
and opening the project in VS Code, there are errors in the JSX files:
Seems like the JS templates are missing the jsconfig.json
file. Copying the tsconfig.json
from the TS templates into a new jsconfig.json
file seems to fix this problem.