File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,6 @@ var EventType = {
130
130
mousedown: 1
131
131
};
132
132
```
133
- Ignore experimentalDecorators warning message
134
133
135
134
### experimentalDecorators and ignoreDecoratorsWarning
136
135
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`.
164
163
``` js
165
164
{
166
165
" compilerOptions" : {
167
- " ignoreDecoratorsWarning" : true
166
+ " ignoreDecoratorsWarning" : true
168
167
}
169
168
" files" : [
170
169
]
@@ -220,4 +219,4 @@ jake build
220
219
221
220
## License
222
221
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 ) .
You can’t perform that action at this time.
0 commit comments