-
Notifications
You must be signed in to change notification settings - Fork 15
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
Way to copy .js files without allowJs flag #25
Comments
Hi @npdev453, I'm a little confused... Are you saying the |
Yes, and I can't enable this flag, because it uses not for only copying |
Why not use |
Heh, yes, https://www.typescriptlang.org/tsconfig#allowJs
When I set |
Hi everyone, I'm looking for a way to copy .js files in project without
allowJs
using this library.Because in
composition
mode withreferences
and withallowJs
options,tsc
trying to generate declarations for all.js
files (or they should have own.d.ts
) and it's a problem for a huge project.I see that all
.js
files skipped there, but maybe we can make it more responsive and allow copying.js
by special flag also?The text was updated successfully, but these errors were encountered: