From f0fd2af7441a2f5ad5824266862bb3b450ac1d22 Mon Sep 17 00:00:00 2001 From: Benjamin Staneck Date: Mon, 23 Dec 2019 16:00:45 +0100 Subject: [PATCH] remove no longer needed jsconfig --- jsconfig.json | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 jsconfig.json diff --git a/jsconfig.json b/jsconfig.json deleted file mode 100644 index d8db036d..00000000 --- a/jsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "compilerOptions": { - "jsx": "react", - "target": "es6" - }, - "exclude": ["node_modules", "**/node_modules/*", "bin/*", "renderer/*"] -}