Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

needs repro: known issue (possibly resolved) about package structure assumption #5

Open
egasimus opened this issue Nov 17, 2023 · 0 comments
Labels
good first issue Good for newcomers

Comments

@egasimus
Copy link
Collaborator

Compile operation assumes that the entrypoint of your package (main in package.json) is at the top level of your source code tree

  • e.g. ./index.ts or ./src/index.ts
  • but not e.g. ./src/foo/index.ts next to ./src/bar/somethingelse.ts
  • the latter would probably fail to compile all files, or will put them in the wrong directories
  • or maybe I fixed all that, need to move this to an Issue
@egasimus egasimus self-assigned this Nov 17, 2023
@egasimus egasimus added the good first issue Good for newcomers label Nov 17, 2023
@egasimus egasimus removed their assignment Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant