Skip to content

Commit 12b71fa

Browse files
authored
chore: removed sourceRoot configuration from tsconfig.json to ensure proper source mapping during local debugging (openapi-ts#1733)
1 parent 93a2539 commit 12b71fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tsconfig.json

Lines changed: 0 additions & 1 deletion
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)