Closed juraj98 closed 1 month ago
Not sure if you still need this working, but if so can you check if it works now by passing in the path to the config instead?
Internally I use TypeScript own config parsing which should automatically handle the "extends" key.
meet the same problem
It's been almost 4 years. Closing this issue
Summary
Gulp build is failing with
Unable to find the "paths" property in the supplied configuration!
error, if configuration doesn't setcompilerOptions.paths
, but instead extends another configuration usingextends
property.Example