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 e9f0e6b commit d8f4878Copy full SHA for d8f4878
README.md
@@ -8,7 +8,7 @@
8
9
**Required**: [ECMAScript stage 1 decorators](https://github.com/wycats/javascript-decorators/blob/master/README.md).
10
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.
+If you use TypeScript, enable `--experimentalDecorators` flag.
12
13
> It does not support the stage 2 decorators yet since mainstream transpilers still transpile to the old decorators.
14
0 commit comments