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

causes tsc not to emit relative (non-ts) files #16

Open
emahuni opened this issue Jan 23, 2023 · 1 comment
Open

causes tsc not to emit relative (non-ts) files #16

emahuni opened this issue Jan 23, 2023 · 1 comment

Comments

@emahuni
Copy link

emahuni commented Jan 23, 2023

The package is causing the compiler to leave behind files it would have otherwise copied to the dist dir.

// auth.ts
import users from './users.json'

dist will have auth.cjs & auth.mjs but no accompanying users.json.
it should also include that imported file in dist dir as the default tsc compiler does.

@emahuni
Copy link
Author

emahuni commented Jan 23, 2023

this is after fixing issue #15 that addresses a related issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant