From c89708512844f00cf566737ed3c1c6fda78e4a86 Mon Sep 17 00:00:00 2001 From: Praseeth Thuvassery Date: Tue, 17 Nov 2015 12:14:15 +0530 Subject: [PATCH] Support for Visual Studio Code --- jsconfig.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 jsconfig.json diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 0000000..72a52d3 --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,7 @@ +//Support for Visual Studio Code https://code.visualstudio.com/docs/languages/javascript +{ + "compilerOptions": { + "target": "ES6", + "module": "commonjs" + } +} \ No newline at end of file