Skip to content

Commit 2ef230f

Browse files
committed
Update the jsconfig.json file.
1 parent 877d79a commit 2ef230f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
- Updated dev dependencies.
1212
- Removed the [`@testing-library/react-hooks`](https://npm.im/@testing-library/react-hooks) dev dependency and rewrote React hook tests using [`react-test-renderer`](https://npm.im/react-test-renderer), a new test utility function `createReactTestRenderer`, and a custom React component `ReactHookTest`.
1313
- Removed the [`fetch-blob`](https://npm.im/fetch-blob) and [`formdata-node`](https://npm.im/formdata-node) dev dependencies. Instead, `File` and `FormData` are imported from [`node-fetch`](https://npm.im/node-fetch).
14-
- Updated `jsconfig.json` `compilerOptions.module` to `nodenext`.
14+
- Updated `jsconfig.json`:
15+
- Set `compilerOptions.maxNodeModuleJsDepth` to `10`.
16+
- Set `compilerOptions.module` to `nodenext`.
1517
- Updated GitHub Actions CI config:
1618
- Run tests with Node.js v14, v16, v18.
1719
- Removed the now redundant `not IE > 0` from the Browserslist query.

jsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3+
"maxNodeModuleJsDepth": 10,
34
"module": "nodenext",
45
"noEmit": true,
56
"strict": true

0 commit comments

Comments
 (0)