Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
style: prettify
  • Loading branch information
zirkelc committed Jun 25, 2025
commit 0067c0e1fb202e32d0c6efd6bdc098f3a44ce7f1
2 changes: 1 addition & 1 deletion lib/configuration/read.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const parseConfigurationFile = async (configurationPath) => {
* Jiti does not support `tsconfig.paths`, so we need to use tsx to load the configuration file.
* @see https://github.com/unjs/jiti/issues/373
* @see https://tsx.is/dev-api/tsx-require
*/
*/
// eslint-disable-next-line import/no-unresolved
const tsx = require('tsx/cjs/api');
const content = tsx.require(configurationPath, __filename);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,4 @@
"node": ">=12.0"
},
"license": "MIT"
}
}