Simon Johansson
Simon Johansson
I have the same problem, I think it's trying to look for ` node_modules/grunt-browserify/node_modules/browserify/node_modules/util/support/isBuffer.js ` but it's looking for it in the current project directory.
I managed to fix my problem, seems like you can't use globbing patterns in files.src array if you also have a files.dest. What caused my error: ``` files: { src:...
Any eyes on this from the maintainers? @wolff95 ?
Thanks for the fix @timaramazanov ! I can see in my editor that typescript is satisfied, the added docs looks great too! Unfortunately I can't run our application and test...
I couldn't find a way either using _only_ `ts-morph` and had to read into the underlying`compilerType` to achieve it: ```ts function checkOptionalTupleElements(type: Type) { const stringifiedTupleIndexes = type.getTupleElements().map((_, index) =>...