ArpNetworking / sbt-typescript

A plugin for SBT that uses sbt-web to compile typescript resources.
Apache License 2.0
60 stars 26 forks source link

tsconfig outDir is ignored. #68

Closed ndlarsen closed 11 months ago

ndlarsen commented 5 years ago

While using a tsconfig.json located in /app/assets/ the setting outDir is fully ignored.

Mat2095 commented 4 years ago

The way I interpret the README, this is intended. Support for tsconfig.json only exists in version 0.3.0 and up, but then there only exist two settings: configFile and sourceRoot. outDir only existed prior to 0.3.0.