Skip to content

Commit 460e045

Browse files
committed
[FIX] tsconfig.json 경로 수정
1 parent 2e43e75 commit 460e045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"noEmit": true,
1717
"jsx": "react-jsx"
1818
},
19-
"include": ["src", "src/pages/Home.tsx"],
19+
"include": ["src", "src/components/pages/Home.tsx"],
2020
"references": [{ "path": "./tsconfig.node.json" }]
2121
}

0 commit comments

Comments
 (0)