Borewit
Results
232
comments of
Borewit
Can you set the Node condition by hand?: ```json { "compilerOptions": { "target": "es2022", "moduleResolution": "bundler", "customConditions": ["node"] } ```` }
Since version [v20.4.1](https://github.com/sindresorhus/file-type/releases/tag/v20.4.1) in may even work without the `"node"` condition set (#744).