Skip to content

Commit e2d947d

Browse files
committed
🔧 web ci 타입 해석 경로를 react18 기준으로 고정
1 parent 7eeec39 commit e2d947d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/tsconfig.ci.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
4-
"typeRoots": ["./node_modules/@types", "../../node_modules/@types"],
4+
"typeRoots": ["./node_modules/@types"],
55
"types": ["react", "react-dom"],
66
"skipLibCheck": true
77
}

0 commit comments

Comments
 (0)