Skip to content

Commit e6a3d9d

Browse files
authored
fix(tsoa): unable to debug tsoa app side (#206)
For winglang/setup-tsoa-hybrid#2
1 parent 3afc7eb commit e6a3d9d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

tsoa/lib.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const build = async (file, outdir, cwd, homeEnv, pathEnv) => {
1010
const code = `
1111
require("tsup").build({
1212
entry: ["${file}"],
13-
sourcemap: false,
13+
sourcemap: true,
1414
dts: false,
1515
outDir: "${outdir}",
1616
target: "esnext",
@@ -104,4 +104,4 @@ require("${currentdir}/lib.js").buildService(${JSON.stringify(props)}).then((res
104104
}
105105
}
106106

107-
exports.dirname = () => __dirname;
107+
exports.dirname = () => __dirname;

tsoa/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsoa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@winglibs/tsoa",
33
"description": "TSOA library for Wing",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"author": {
66
"email": "[email protected]",
77
"name": "Eyal Keren"

0 commit comments

Comments
 (0)