We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58ebf83 commit 938972cCopy full SHA for 938972c
src/commands/tsgen.ts
@@ -8,7 +8,7 @@ import {StackConnectionConfig} from '../types'
8
9
function createOutputPath(outputFile: string) {
10
const outputPath = path.resolve(
11
- sanitizePath(process.cwd()),
+ __dirname,
12
sanitizePath(outputFile),
13
)
14
console.log(outputPath,"Output Path is showed");
0 commit comments