Skip to content

Commit d8f4878

Browse files
committed
docs: --allowSyntheticDefaultImports is no longer needed
1 parent e9f0e6b commit d8f4878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
**Required**: [ECMAScript stage 1 decorators](https://github.com/wycats/javascript-decorators/blob/master/README.md).
1010
If you use Babel, [babel-plugin-transform-decorators-legacy](https://github.com/loganfsmyth/babel-plugin-transform-decorators-legacy) is needed.
11-
If you use TypeScript, enable `--experimentalDecorators` and `--allowSyntheticDefaultImports` flag.
11+
If you use TypeScript, enable `--experimentalDecorators` flag.
1212

1313
> It does not support the stage 2 decorators yet since mainstream transpilers still transpile to the old decorators.
1414

0 commit comments

Comments
 (0)