diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 0000000..6555d57 --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,7 @@ +{ + "compilerOptions": { + "module": "CommonJS", + "target": "ES6" + }, + "exclude": ["node_modules"] +}