Skip to content

Commit 7c1be68

Browse files
author
Lasim
committed
chore(backend): update rootDir in tsconfig.json to 'src'
1 parent 180443d commit 7c1be68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/backend/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"target": "ES2022",
44
"module": "commonjs",
55
"outDir": "dist",
6-
"rootDir": ".",
6+
"rootDir": "src",
77
"strict": true,
88
"skipLibCheck": true,
99
"esModuleInterop": true,

0 commit comments

Comments
 (0)