Add keyofStringsOnly in tsconfig

This commit is contained in:
Jorge Ramos 2018-08-19 12:58:35 -03:00
parent bc41a8c18c
commit e26e15e2ae

View file

@ -5,7 +5,7 @@
"declaration": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
// "keyofStringsOnly": true, // Habilitar apenas para Typescript 2.9
"keyofStringsOnly": true,
"mapRoot": "./dist/",
"module": "commonjs",
"moduleResolution": "node",