TypeScript needs a baseDir
option
#287
Labels
Declined
The issue was declined as something which matches the TypeScript vision
Out of Scope
This idea sits outside of the TypeScript language design constraints
Suggestion
An idea for TypeScript
Say we have the File structure (
--outDir js
):If we compile with all three files with
outDir
its all okay. But if we only compileb.ts
orc.ts
withoutDir js
then we would get a new folder insidets
:Current workaround is to create a
.baseDir.ts
file under thets
folder and always pass it to the compiler in addition to the individual files.Workaround from grunt-ts : TypeStrong/grunt-ts#77
Ported from Codeplex : https://typescript.codeplex.com/workitem/2297
The text was updated successfully, but these errors were encountered: