create-wordpress-plugin icon indicating copy to clipboard operation
create-wordpress-plugin copied to clipboard

Remove Path Aliasing

Open kevinfodness opened this issue 8 months ago • 0 comments

Description

Mirrors https://github.com/alleyinteractive/create-wordpress-project/issues/147

Use Case

When a user uses this framework, its configuration should be as simple as possible.

Acceptance Criteria

  • Remove compilerOptions.paths from tsconfig.json
  • Remove jsconfig.json entirely
  • Remove moduleNameMapper from jest.config.ts
  • Ensure tests pass after making these changes

kevinfodness avatar Mar 26 '25 13:03 kevinfodness