Skip to content

Commit d3d0fcf

Browse files
authored
chore: removed sourceRoot configuration from tsconfig.json to ensure proper source mapping during local debugging (#1733)
1 parent 3da8a1c commit d3d0fcf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/openapi-typescript/tsconfig.json

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"compilerOptions": {
44
"lib": ["ESNext", "DOM"],
55
"skipLibCheck": true,
6-
"sourceRoot": ".",
76
"outDir": "dist",
87
"types": ["vitest/globals"]
98
},

0 commit comments

Comments
 (0)