commit | 5c4bacccc8b7b2d0a7e67971ad2a5b974fb6af0b | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Sat Aug 06 17:50:14 2022 +0100 |
committer | Skyler Grey <skyler3665@gmail.com> | Sat Aug 06 17:50:14 2022 +0100 |
tree | 264157cc25c4c8c9d32a5f6f9c9bce9606743b79 | |
parent | 67c1f74ae8d5a07452e3f4f46801eca7b23d98b2 [diff] [blame] |
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": [] }