From 3f1487c5d17b3861f012d152385187ac4fcb1651 Mon Sep 17 00:00:00 2001 From: Rafael Arenario Pereira da Silva Date: Sun, 19 Aug 2018 12:42:50 -0300 Subject: [PATCH] Now compiling. --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 3d6e628a..5808ac38 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, // Habilitar apenas para Typescript 2.9 "mapRoot": "./dist/", "module": "commonjs", "moduleResolution": "node",