We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71d8a0c commit 90ad388Copy full SHA for 90ad388
jsconfig.json
@@ -4,7 +4,8 @@
4
"target": "ES2020",
5
"typeRoots": ["./typings", "./node_modules/@types"],
6
"checkJs": false,
7
- "moduleResolution": "bundler"
+ "moduleResolution": "bundler",
8
+ "maxNodeModuleJsDepth": 3
9
},
10
"include": ["**/*", "**/*.js"],
11
"exclude": ["node_modules", "./tools/**/*"]
0 commit comments