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
{{ message }}
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.
In order to support it in the configFile, there needs to be a change in the way path-options are resolved, and in case of "extends" inside tsconfig.json it needs to be done inside the ts-runner. I would for now focus on the latter as it's more used pattern. I don't know if there's a strong use case for passing an npm module to the configFile right away. Although it's probably nice to have feature
Issue Report
{{projectDir}}
is supported, however, npm module syntax ie,@some-scope/tsconfig/tsconfig.node.json
is causing the errordescribed here #4 .
Expected Behavior
npm module syntax ie,
@some-scope/tsconfig/tsconfig.node.json
should be supported as tsc supports this in tsconfig.json files.Actual Behavior
You get this error:
Steps to Reproduce the Issue
extends
property of one of the tsconfig files.The text was updated successfully, but these errors were encountered: