Skip to content

Commit 2fbf327

Browse files
author
Sagi
authored
update README.md
1 parent 6baeaa8 commit 2fbf327

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ var EventType = {
130130
mousedown: 1
131131
};
132132
```
133-
Ignore experimentalDecorators warning message
134133

135134
### experimentalDecorators and ignoreDecoratorsWarning
136135
In case you annotate your class/methods/params with decorators without enabling the `experimentalDecorators` option,
@@ -164,7 +163,7 @@ The debug file should include the `experimentalDecorators`.
164163
```js
165164
{
166165
"compilerOptions": {
167-
  "ignoreDecoratorsWarning": true
166+
  "ignoreDecoratorsWarning": true
168167
}
169168
"files": [
170169
]
@@ -220,4 +219,4 @@ jake build
220219

221220
## License
222221

223-
Like the TypeScript compiler itself, this code is licensed under the [Apache License 2.0](http://typescript.codeplex.com/license).
222+
Like the TypeScript compiler itself, this code is licensed under the [Apache License 2.0](http://typescript.codeplex.com/license).

0 commit comments

Comments
 (0)