Skip to content

Commit 2b9d824

Browse files
Copilotnpv2k1
andcommitted
Address code review feedback: fix typo and simplify tsconfig
Co-authored-by: npv2k1 <73846954+npv2k1@users.noreply.github.com>
1 parent 76286c3 commit 2b9d824

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

src/shared/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
// share
1+
// shared

tsconfig.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,7 @@
2121
"forceConsistentCasingInFileNames": false,
2222
"noFallthroughCasesInSwitch": false,
2323
"paths": {
24-
"@/*": ["src/*"],
25-
"@/config": ["src/config"],
26-
"@/types": ["src/types"],
27-
"@/services": ["src/services"],
28-
"@/constants": ["src/constants"],
29-
"@/middleware": ["src/middleware"],
30-
"@/utils": ["src/utils"],
31-
"@/shared": ["src/shared"]
24+
"@/*": ["src/*"]
3225
}
3326
},
3427
"ts-node": {

0 commit comments

Comments
 (0)