From 847e28b2866ee2dbdcacbd402bc9df364d75269b Mon Sep 17 00:00:00 2001 From: Ariya Hidayat <ariya@metabase.com> Date: Mon, 2 Aug 2021 09:27:10 -0700 Subject: [PATCH] Let VS Code recognize decorators (#17258) https://www.typescriptlang.org/tsconfig#experimentalDecorators --- jsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jsconfig.json b/jsconfig.json index a75f6f28dcf..4c024001814 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -14,6 +14,7 @@ "./enterprise/frontend/src/*", "./enterprise/frontend/test/*" ] - } + }, + "experimentalDecorators": true } } -- GitLab