Skip to content

Commit

Permalink
Update jsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
awikkerink committed Dec 6, 2024
1 parent ba7ca7e commit b7c8c0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"target": "ES2020",
"typeRoots": ["./typings", "./node_modules/@types"],
"checkJs": false,
"moduleResolution": "bundler"
"moduleResolution": "bundler",
"maxNodeModuleJsDepth": 3
},
"include": ["**/*", "**/*.js"],
"exclude": ["node_modules", "./tools/**/*"]
Expand Down

0 comments on commit b7c8c0e

Please sign in to comment.