create-wordpress-plugin
create-wordpress-plugin copied to clipboard
Remove Path Aliasing
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.pathsfrom tsconfig.json - Remove jsconfig.json entirely
- Remove moduleNameMapper from jest.config.ts
- Ensure tests pass after making these changes