Skip to content

Commit b50eddf

Browse files
authored
chore(TS): skipLibCheck (#97)
1 parent 879d9a7 commit b50eddf

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

ui/tsconfig.node.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"composite": true,
1212
"module": "ESNext",
1313
"moduleResolution": "node",
14-
"types": ["node"]
14+
"skipLibCheck": true, // 跳过node依赖包语法检查
15+
"types": [
16+
"node"
17+
]
1518
}
16-
}
19+
}

0 commit comments

Comments
 (0)