From 423cf936a8dd6e83f1d201fbd07fe79374eef42c Mon Sep 17 00:00:00 2001 From: york yao Date: Fri, 4 Aug 2017 19:54:57 +0800 Subject: [PATCH] set emitDecoratorMetadata: true --- demo/tsconfig.json | 3 ++- spec/tsconfig.json | 3 ++- src/tsconfig.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/demo/tsconfig.json b/demo/tsconfig.json index a7a3ca6..faaebd7 100644 --- a/demo/tsconfig.json +++ b/demo/tsconfig.json @@ -14,6 +14,7 @@ "importHelpers": true, "jsx": "react", "experimentalDecorators": true, - "allowSyntheticDefaultImports": true + "allowSyntheticDefaultImports": true, + "emitDecoratorMetadata": true } } \ No newline at end of file diff --git a/spec/tsconfig.json b/spec/tsconfig.json index 8eabae5..d16b186 100644 --- a/spec/tsconfig.json +++ b/spec/tsconfig.json @@ -12,6 +12,7 @@ "jsx": "react", "experimentalDecorators": true, "allowSyntheticDefaultImports": true, - "downlevelIteration": true + "downlevelIteration": true, + "emitDecoratorMetadata": true } } \ No newline at end of file diff --git a/src/tsconfig.json b/src/tsconfig.json index 0cf1f06..e630de4 100644 --- a/src/tsconfig.json +++ b/src/tsconfig.json @@ -15,6 +15,7 @@ "importHelpers": true, "jsx": "react", "experimentalDecorators": true, - "allowSyntheticDefaultImports": true + "allowSyntheticDefaultImports": true, + "emitDecoratorMetadata": true } } \ No newline at end of file