-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Concept of Project Setup #172
Comments
other solution
today the best solution will be the project references in tsconfig and the composit flag in the dist code of the package. |
lookup files
|
stealify will not use a json it will use a js file as entry that will gen a importMap based on all files and will cache that as json if requested. |
Best solutionWe get full access to the typescript ast while we can not change it which is also not needed for our case we want to give type hints and expose resolve algos. we use the typescript ast as file emitter for rollup and then return the results and information. |
Typescript is in general great but needs a lot of configuration from the user see microsoft/TypeScript#33136
creating a tool that does the includes composit d.ts creation as also showing the current state of your deps is getting more and more importent.
Your Typescript project can only have a single resolve algo for its Modules and Types this is contra productiv.
The text was updated successfully, but these errors were encountered: