Update eslintignore, package.json & tsconfig again
diff --git a/tsconfig.json b/tsconfig.json
index 367a1f1..df7bcba 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -13,6 +13,6 @@
         "skipLibCheck": true,
         "noImplicitReturns": false
     },
-    "include": ["src/**/*", "installer.js"],
+    "include": ["src/**/*", "*.js"],
     "exclude": []
 }