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 e5ff550 commit e6b36d9Copy full SHA for e6b36d9
packages/orval/src/generate.ts
@@ -102,7 +102,7 @@ function findConfigFile(configFilePath?: string) {
102
}
103
104
const root = process.cwd();
105
- const exts = ['.ts', '.js', '.mjs'];
+ const exts = ['.ts', '.js', '.mjs', '.mts'];
106
for (const ext of exts) {
107
const fullPath = path.resolve(root, `orval.config${ext}`);
108
if (fs.existsSync(fullPath)) {
0 commit comments