Enable decorator support tsconfig

This commit is contained in:
Jannis Mattheis 2018-10-21 14:08:10 +02:00
parent 35171e0cad
commit c24cf66c3e
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@
"strictNullChecks": true,
"suppressImplicitAnyIndexErrors": true,
"noUnusedLocals": true,
"allowSyntheticDefaultImports": true
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true
},
"exclude": [
"node_modules",