diff --git a/tsconfig.json b/tsconfig.json index 3d6e628a..b02300c9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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",