We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d27336 commit f52a30bCopy full SHA for f52a30b
1 file changed
src/compiler/commandLineParser.ts
@@ -320,6 +320,11 @@ namespace ts {
320
name: "allowSyntheticDefaultImports",
321
type: "boolean",
322
description: Diagnostics.Allow_default_imports_from_modules_with_no_default_export_This_does_not_affect_code_emit_just_typechecking
323
+ },
324
+ {
325
+ name: "experimentalTransforms",
326
+ type: "boolean",
327
+ experimental: true
328
}
329
];
330
0 commit comments