orta / TypeScript-TSServer-Plugin-Template

53 stars 15 forks source link

Can't get to work on .js files, even with jsonfig.json #2

Closed icetbr closed 2 years ago

icetbr commented 2 years ago

Hi there, I can get ts files to work, debugger and all. But js files are ignored.

jsconfig.json

{
  "compilerOptions": {
    // This matches the package name given in this package.json
    "plugins": [{
      "name": "tsserver-plugin"
    }]
  }
}
icetbr commented 2 years ago

Never mind, I deleted tsconfig.json and it worked. I didn't know they were mutually exclusive.