Skip to content

Commit 6e017d2

Browse files
committed
readme
1 parent 78377aa commit 6e017d2

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
@@ -6,7 +6,7 @@
66

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

1111
Note:
1212

0 commit comments

Comments
 (0)