fix: mat table throwing error because of es6 compilation

This commit is contained in:
Johannes Millan 2019-01-26 22:23:04 +01:00
parent 2f32546458
commit 8f68326f42

View file

@ -9,7 +9,7 @@
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es6",
"target": "es5",
"typeRoots": [
"node_modules/@types"
],