We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcbaa1b commit 0067c0eCopy full SHA for 0067c0e
lib/configuration/read.js
@@ -60,7 +60,7 @@ const parseConfigurationFile = async (configurationPath) => {
60
* Jiti does not support `tsconfig.paths`, so we need to use tsx to load the configuration file.
61
* @see https://github.com/unjs/jiti/issues/373
62
* @see https://tsx.is/dev-api/tsx-require
63
- */
+ */
64
// eslint-disable-next-line import/no-unresolved
65
const tsx = require('tsx/cjs/api');
66
const content = tsx.require(configurationPath, __filename);
package.json
@@ -192,4 +192,4 @@
192
"node": ">=12.0"
193
},
194
"license": "MIT"
195
-}
+}
0 commit comments