jsx option affects emit (#40775)

This commit is contained in:
Andrew Branch
2020-09-25 12:20:29 -07:00
committed by GitHub
parent b508914f47
commit dc8952d308
3 changed files with 138 additions and 0 deletions

View File

@@ -380,6 +380,7 @@ namespace ts {
name: "jsx",
type: jsxOptionMap,
affectsSourceFile: true,
affectsEmit: true,
paramType: Diagnostics.KIND,
showInSimplifiedHelpView: true,
category: Diagnostics.Basic_Options,