Skip to content
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.json is not regenerated when changing import map #25

Open
jespertheend opened this issue Mar 1, 2023 · 0 comments
Open

tsconfig.json is not regenerated when changing import map #25

jespertheend opened this issue Mar 1, 2023 · 0 comments

Comments

@jespertheend
Copy link
Owner

For example:

  1. import "https://deno.land/x/chdir_anywhere@v0.0.2/mod.js"
  2. Run tsc helper
  3. Add import map which maps $chdir_anywhere to deno.land/x
  4. Run tsc helper again

Because the cachefile already contains an entry for the url, nothing is updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant