You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
brentlintner
changed the title
It may be ideal to allow a user to set the TypeScript ES Target version
Allow setting the TypeScript ES Target version
Jun 7, 2017
It may not be as big of an issue than with the JavaScript parser module, but it still should be settable.
Currently we are using the
ESNext
target.ts.createSourceFile
reference:https://github.com/Microsoft/TypeScript/blob/master/src/compiler/parser.ts#L457
Types:
The text was updated successfully, but these errors were encountered: