Why is there no jsconfig.json in the project root?
-
Just wondering if the standard setup of a quasar cli project couldn’t benefit from a jsconfig.json?
When that file contains:
{
“compilerOptions”: {
“checkJs”: true
}
}
you get free type checking, as explained in https://blog.usejournal.com/type-vue-without-typescript-b2b49210f0b -
Did you try it? Does it just work or you need to install something else? (I use WebStorm and it does all this automatically)
-
Seems to be working fine in vscode.
Just interested in other settings that could bring additional comfort.