Skip to content

Commit af3492c

Browse files
committed
fix: import 에러 수정
1 parent d7aa112 commit af3492c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/pyconkr/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/* Paths */
2626
"baseUrl": ".",
2727
"paths": {
28-
"@apps/pyconkr/*": ["apps/pyconkr/*"],
28+
"@apps/pyconkr/*": ["apps/pyconkr/src/*"],
2929
}
3030
},
3131
"include": ["src", "vite.config.ts", "vite-env.d.ts", "../../types"],

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
/* Paths */
2727
"baseUrl": ".",
2828
"paths": {
29-
"@apps/pyconkr/*": ["apps/pyconkr/*"],
29+
"@apps/pyconkr/*": ["apps/pyconkr/src/*"],
3030
"@frontend/common/*": ["packages/common/*"],
3131
"@frontend/shop/*": ["packages/shop/*"],
3232
}

0 commit comments

Comments
 (0)