I’m getting bunch of scribbling lines in my vscode opening up a stimulus file
this solved it for me, including a
jsconfig.json
{
"compilerOptions": {
"module": "esnext",
"baseUrl": "./",
"paths": {
"@hotwired/*": ["app/javascript/*"]
}
},
"include": ["app/javascript/**/*"]
}