Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tsconfig.json not honored #289

Open
noscripter opened this issue Jul 3, 2019 · 1 comment
Open

tsconfig.json not honored #289

noscripter opened this issue Jul 3, 2019 · 1 comment

Comments

@noscripter
Copy link

noscripter commented Jul 3, 2019

In my tsconfig.json file I set noUnusedParameters to be true, but tsuquyomi is not reporting this error.

image

image

While my webpack and ts-loader is warning about these errors:

image

Note: I've used command :TsuquyomiReloadProject to make sure tsconfig.json is reloaded.

Full capture of my tsconfig.json file:

image

@reergymerej
Copy link

reergymerej commented Oct 17, 2019

I'm seeing the same with "allowJs" and "checkJs".

nm - needed to add include option as well.

{
  "compilerOptions": {
    "allowJs": true,
    "checkJs": true
  },
  "include": [
    "**/*.js"
    ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants