From 62078eee45f0421f238070639e1156bd289ee93c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matias=20Niemel=C3=A4?= Date: Tue, 16 Aug 2016 13:53:04 -0700 Subject: [PATCH] chore(tsconfig): emit decorator metadata so that tsc watch works with demos (#10863) --- modules/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/tsconfig.json b/modules/tsconfig.json index 48142cf111..d6fdbdc01d 100644 --- a/modules/tsconfig.json +++ b/modules/tsconfig.json @@ -3,6 +3,7 @@ "baseUrl": ".", "declaration": true, "experimentalDecorators": true, + "emitDecoratorMetadata": true, "module": "commonjs", "moduleResolution": "node", "outDir": "../dist/all/",