Skip to content

Commit f1d225a

Browse files
committed
Update jsconfig.json
1 parent 9d0cb28 commit f1d225a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"target": "ES2020",
55
"typeRoots": ["./typings", "./node_modules/@types"],
66
"checkJs": false,
7-
"moduleResolution": "bundler"
7+
"moduleResolution": "bundler",
8+
"maxNodeModuleJsDepth": 3
89
},
910
"include": ["**/*", "**/*.js"],
1011
"exclude": ["node_modules", "./tools/**/*"]

0 commit comments

Comments
 (0)