You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor project configuration and update dependencies
- Updated package.json to use `npx ts-node` for the install-dependencies script.
- Removed `ts-node` from devDependencies in package.json and pnpm-lock.yaml.
- Added a new tsconfig.json file for TypeScript configuration.
- Cleaned up pnpm-lock.yaml by removing unused dependencies.
- Adjusted install-dependencies script to use Node's built-in modules.
- Minor formatting adjustments for consistency across files.
0 commit comments