2

Holy shit TypeScript is actually taking the piss

Comments
  • 1
    It outright refuses to compile if there are any .ts files in the working directory outside the rootDir (src dir). Even in subfolders
  • 1
    You are doing something wrong. Check your tsconfig.
    I have multiple folders/subfolder and even symbolic links and I have no issues
  • 0
    @NoToJavaScript It only works when you explicitely include/exlude the right folders. This is deliberate behavior...
  • 1
    No this is a new thing. Pissed me off to as now I have to run everything from dist/src...
Add Comment