-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
In my tsconifg file I have the following lines:
"outDir": "dist",
"baseUrl": "src",
This allows me to keep all my ts code in one folder (src) and the entire project after compiling in another (dist). Which is great to avoid uploading useless files to git. However, I have now run into the problem that your TypescriptGenerator.ts always uses the baseUrl as a prefix (which messes up all my paths).
The easiest fix for this would be a way to allow users to use the outDir as a prefix instead. A simple boolean during the setup would be enough.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed