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

changing typeScriptFileExtension to a different dot-seperated extension does not update import statements #178

Open
Shmow opened this issue Nov 6, 2023 · 0 comments

Comments

@Shmow
Copy link

Shmow commented Nov 6, 2023

I'd like to generate the .ts files for my dto-layer with a .model.ts extension. However, when I put
"typeScriptFileExtension": "model.ts"

The import statements in my output will not incorporate the .model and look like this
import { Address } from './address';

but should be
import { Address } from './address.model';

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