Skip to content

Commit 62a7a7f

Browse files
committed
fix tsconfig setting
1 parent 9a6f56c commit 62a7a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/chakra-ui/src/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// There are type errors in @chakra-ui/menu type definitions because of which skipLibCheck had to be added
1010
// @chakra-ui/menu/dist/declarations/src/use-menu.d.ts:986:61 - error TS2694: Namespace '"node_modules/csstype/index".Property' has no exported member 'ColorAdjust'.
1111
"skipLibCheck": true,
12-
"moduleResolution": "Bundler"
12+
"moduleResolution": "bundler"
1313
},
1414
"references": [
1515
{

0 commit comments

Comments
 (0)