diff --git a/jsconfig.json b/jsconfig.json deleted file mode 100644 index ca5b5e3..0000000 --- a/jsconfig.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "compilerOptions": { - "target": "ES6", - "module": "commonjs" - }, - "exclude": [ - "node_modules", - "bin" - ] -}