Skip to content

Commit

Permalink
set emitDecoratorMetadata: true
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Aug 4, 2017
1 parent 0545a2f commit 423cf93
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion demo/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"importHelpers": true,
"jsx": "react",
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true
"allowSyntheticDefaultImports": true,
"emitDecoratorMetadata": true
}
}
3 changes: 2 additions & 1 deletion spec/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"jsx": "react",
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"downlevelIteration": true
"downlevelIteration": true,
"emitDecoratorMetadata": true
}
}
3 changes: 2 additions & 1 deletion src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"importHelpers": true,
"jsx": "react",
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true
"allowSyntheticDefaultImports": true,
"emitDecoratorMetadata": true
}
}

0 comments on commit 423cf93

Please sign in to comment.