Contribution Date
Contribution Project
Contribution Details
refactor: bring in updates from the original template to update eslint, etc
Original template: https://github.com/actions/typescript-action
update package.json scripts and dependencies, add Rollup for packaging
- Modified CI test command to include NODE_OPTIONS for experimental modules.
- Updated lint command to use default ESLint configuration.
- Replaced NCC with Rollup for building the package.
- Added new local-action script for GitHub Actions.
- Updated dependencies, including @actions/core and added new devDependencies for Rollup.
- Removed Jest configuration from package.json.
chore: add TypeScript configuration files
- Created tsconfig.base.json for shared TypeScript compiler options.
- Added tsconfig.eslint.json for ESLint-specific TypeScript settings.
- Updated tsconfig.json to extend from tsconfig.base.json and refined include/exclude patterns.
Contribution Issue Link
Files count
0
Patches count
1