-
Notifications
You must be signed in to change notification settings - Fork 75
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
tsconfig-files with composite
set to true fail to build
#269
Comments
Incremental TypeScript compilation is not supported. |
My project contains references and therefore requires |
None of the project related features added in Typescript 3.0 are supported. I've not used tsify for years, now, and don't have the time to add features - or even to investigate whether or not supporting specific features is possible. |
Got it! Thanks for taking time to answer to my issue though |
@cartant are you open to passing on the project to a new maintainer? |
It wouldn't be up to me and I doubt it would just be "passed on" - some level of trust would need to first be established. If you're interested in maintaining the project, my suggestion would be to talk with some of the people in the TypeStrong organization: maybe Blake Embrey or Basarat Ali Syed. For background, I took over maintaining tsify years ago when I was using it and needed some bug fix PRs I'd opened merged - the project's author had moved on to other things. Blake and Basarat were the people who approved and merged my PRs and, later, decided I might as well maintain it. |
General
When building a TypeScript-project with
composite: true
TypeScript tries to find a path to store the.tsbuildinfo
-file.This process fails with following error-message while running
browserify
:Stacktrace:
Workaround
Set
tsBuildInfoFile
to any value.The text was updated successfully, but these errors were encountered: