From 6c83540cf61289b5c797ab64ad3dd23e4b1ce7fb Mon Sep 17 00:00:00 2001 From: Taras Mankovski Date: Tue, 3 Jul 2018 17:24:20 -0400 Subject: [PATCH] Added jsconfig.json Added jsconfig.json so VSCode doesn't complain about in tests. https://code.visualstudio.com/docs/languages/jsconfig\#_jsconfig-options --- 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 000000000..a178f9dcd --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,5 @@ +{ + "compilerOptions": { + "experimentalDecorators": true + } +} \ No newline at end of file