From 18cb934f9622633b7994b34606df3f725b910647 Mon Sep 17 00:00:00 2001 From: Aminadav Glickshtein Date: Mon, 3 Jun 2019 13:01:41 +0300 Subject: [PATCH] fix vscode error message: "Experimental support for decorators" --- jsconfig.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 jsconfig.json diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 00000000..504cd646 --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,5 @@ +{ + "compilerOptions": { + "experimentalDecorators": true + } +}