You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I have this project, with lib and dist and "outDir":"dist" and "include": ["lib"] ...
that means the only thing that ends up in dist, should be what's in lib, right?
when you use "resolveJsonModule": true you are telling the compiler to include the .json files imported from your .ts files as part of your project. the files will be emitted to the output, just like all your .ts/.tsx files.
Automatically closing this issue for housekeeping purposes. The issue labels indicate that it is unactionable at the moment or has already been addressed.
I am on:
Version 2.9.1
So I have this project, with
lib
anddist
and"outDir":"dist"
and"include": ["lib"]
...that means the only thing that ends up in dist, should be what's in lib, right?
https://github.com/ORESoftware/npm-link-up
This project has a single straightforward tsconfig.json file.
How to replicate the problem :
I would assume that
"resolveJsonModule": true
would not do that much except allow you to do:I don't see why it should have such a drastic affect on what goes from lib into dist.
The text was updated successfully, but these errors were encountered: