From 5bd1bfd565833060b7b02ee3690836890f1851e7 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Sun, 31 Jan 2021 18:20:58 +0100 Subject: [PATCH] better editor ts support --- tsconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 92bce4f8..16b0c77c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -24,6 +24,9 @@ "es7", "es2015", "es2017" - ] + ], + "paths": { + "terminus-*": ["../../terminus-*"] + } } }