From e26e15e2ae2b77d9bb9f63a43c764b5ca8eeac18 Mon Sep 17 00:00:00 2001 From: Jorge Ramos Date: Sun, 19 Aug 2018 12:58:35 -0300 Subject: [PATCH] Add keyofStringsOnly in tsconfig --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",