Add Jest configuration and TypeScript test setup
- Create jest.config.ts for Jest testing configuration
- Add tsconfig.jest.json for Jest-specific TypeScript compiler options
- Install tsconfig-paths to support module path resolution in tests
- Update package.json and package-lock.json with new dev dependencies