Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify typescript target, update eslint script and add dependencies
This commit modifies the typescript target to "es5" for maximum compatibility and updates the "lint" script in package.json to automatically fix problems. It also introduces new dependencies including "inquirer" and corresponding types, as well as the "prettier" code formatter, and updated typescript and "lint" configurations to reflect these changes. These updates enhance the linting process, introduce user inquiry functionality, and ensure consistent code style.
- Loading branch information