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