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
This bug arose after I renamed a base tsconfig-base.json file, and the tsconfig.json in my monorepo subdir was doing an "extends": "../tsconfig-base.json". The tsconfig.json was syntactically valid, but ../tsconfig-base.json was not found. Turns out that any error with tsconfig.json will produce the cryptic error below.
Search Terms
Function: [nodejs.util.inspect.custom]
Expected Behavior
This bug arose after I renamed a base tsconfig-base.json file, and the
tsconfig.json
in my monorepo subdir was doing an"extends": "../tsconfig-base.json"
. Thetsconfig.json
was syntactically valid, but../tsconfig-base.json
was not found. Turns out that any error withtsconfig.json
will produce the cryptic error below.Actual Behavior
Steps to reproduce the problem
tsconfig.json
, e.g.{ 1 }
node --loader=ts-node/esm -e 'console.log(1)'
Specifications
The text was updated successfully, but these errors were encountered: