From fbe353475cb6900d4cac45e231648159d863fbc5 Mon Sep 17 00:00:00 2001 From: Harvey Kandola Date: Sun, 10 Feb 2019 13:12:47 +0000 Subject: [PATCH] Change location of jsconfig.json editor file --- jsconfig.json | 1 - 1 file changed, 1 deletion(-) delete mode 100644 jsconfig.json diff --git a/jsconfig.json b/jsconfig.json deleted file mode 100644 index 89cb03d2..00000000 --- a/jsconfig.json +++ /dev/null @@ -1 +0,0 @@ -{"compilerOptions":{"target":"es6","experimentalDecorators":true},"exclude":["node_modules","bower_components","tmp","vendor",".git","dist","dist-prod"],"typeAcquisition":{"include":["underscore"]}}