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

jsconfig doesn't apply to *.es, *.mjs, etc.? #24545

Closed
mjbvz opened this issue May 31, 2018 · 2 comments
Closed

jsconfig doesn't apply to *.es, *.mjs, etc.? #24545

mjbvz opened this issue May 31, 2018 · 2 comments
Labels
Duplicate An existing issue was already created

Comments

@mjbvz
Copy link
Contributor

mjbvz commented May 31, 2018

From @gakada on May 30, 2018 21:36

Version: 1.23.1.

I have the following jsconfig.json

{
  "compilerOptions": {
    "experimentalDecorators": true
  }
}

however, it only affects *.js files, I still see the error in *.es files when decorators are used.

Copied from original issue: microsoft/vscode#50842

@mjbvz mjbvz self-assigned this May 31, 2018
@mjbvz mjbvz added VS Code Tracked There is a VS Code equivalent to this issue and removed javascript labels May 31, 2018
@mjbvz mjbvz removed their assignment May 31, 2018
@mjbvz
Copy link
Contributor Author

mjbvz commented May 31, 2018

I believe this is a duplicate of #10939 / #18442

@mhegazy mhegazy added Duplicate An existing issue was already created and removed VS Code Tracked There is a VS Code equivalent to this issue labels Jun 4, 2018
@typescript-bot
Copy link
Collaborator

Automatically closing this issue for housekeeping purposes. The issue labels indicate that it is unactionable at the moment or has already been addressed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Duplicate An existing issue was already created
Projects
None yet
Development

No branches or pull requests

3 participants