Skip to content

tsconfig.json parser rejects TypeScript 2.1 and 2.2 options #1134

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

Closed
Jessidhia opened this issue Nov 16, 2016 · 0 comments · Fixed by #1166
Closed

tsconfig.json parser rejects TypeScript 2.1 and 2.2 options #1134

Jessidhia opened this issue Nov 16, 2016 · 0 comments · Fixed by #1166

Comments

@Jessidhia
Copy link

Jessidhia commented Nov 16, 2016

Example:

{
  "compilerOptions": {
    "target": "esnext",
    "module": "es2015",
    "moduleResolution": "node",
    "maxNodeModuleJsDepth": 1
  }
}

"target": "es2016" and "target": "es2017" are also supported options in 2.1 that are rejected by the parser. "target": "esnext" is added in 2.2.

@TypeStrong TypeStrong locked and limited conversation to collaborators Jan 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant