chore(tsconfig): emit decorator metadata so that tsc watch works with demos (#10863)

This commit is contained in:
Matias Niemelä 2016-08-16 13:53:04 -07:00 committed by vikerman
parent 24e280a21a
commit 62078eee45
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
"baseUrl": ".",
"declaration": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"module": "commonjs",
"moduleResolution": "node",
"outDir": "../dist/all/",