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
When the command ctsc -p tsconfig.build.json is ran, it complaints for No include found in tsconfig /path/to/tsconfig.build.json. This error is unexpected, because the "include" field could be read from the extended file "tsconfig.json" in the example.
The text was updated successfully, but these errors were encountered:
When ctsc is running custom tsconfig that extends from other tsconfig, it doesn't follow the extends field.
Below is an example to reproduce the problem.
tsconfig.build.json:
tsconfig.json
When the command
ctsc -p tsconfig.build.json
is ran, it complaints forNo include found in tsconfig /path/to/tsconfig.build.json
. This error is unexpected, because the "include" field could be read from the extended file "tsconfig.json" in the example.The text was updated successfully, but these errors were encountered: