We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78377aa commit 6e017d2Copy full SHA for 6e017d2
README.md
@@ -6,7 +6,7 @@
6
7
**Required**: [ECMAScript stage 1 decorators](https://github.com/wycats/javascript-decorators/blob/master/README.md).
8
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.
+If you use TypeScript, enable `--experimentalDecorators` and `--allowSyntheticDefaultImports` flag.
10
11
Note:
12
0 commit comments