Skip to content

.d.mts에서 .mjs 파일 path를 resolve하지 못하는 문제 해결 #27

Description

@keemhyunseok

image

  • .d.mts파일 내부에서 다른 타입 파일을 참조할 때 확장자가 없어서 에러 발생
  • .d.mts에서는 .mjs확장자가 붙도록 수정

수정 결과

export { zodValidator } from './validator.mjs';
export { booleanParam } from './scheme.mjs';

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions