From f826e172f9c28c6f490c385d4fcf89ac2c078517 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=BCller?= Date: Sun, 26 Feb 2017 22:34:01 +0100 Subject: [PATCH] deletes jsconfig.json --- jsconfig.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 jsconfig.json 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" - ] -}