chore(tsconfig): emit decorator metadata so that tsc watch works with demos (#10863)
This commit is contained in:
parent
24e280a21a
commit
62078eee45
|
@ -3,6 +3,7 @@
|
|||
"baseUrl": ".",
|
||||
"declaration": true,
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"outDir": "../dist/all/",
|
||||
|
|
Loading…
Reference in New Issue