From 68294fd3d23c7051d92900d07c64c467300636e0 Mon Sep 17 00:00:00 2001 From: Vyrtsev Mikhail Date: Sat, 20 Apr 2019 19:48:28 +0300 Subject: [PATCH] forbid dynamic type acquisition for typescript was useful during refactoring but makes no sense now --- web/tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/web/tsconfig.json b/web/tsconfig.json index cb16d08f..7042615b 100644 --- a/web/tsconfig.json +++ b/web/tsconfig.json @@ -23,5 +23,4 @@ }, "include": ["app/**/*"], "exclude": ["node_modules"], - "typeAcquisition": { "enable": true } }