Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
tborychowski committed Dec 15, 2023
1 parent f2cc0a3 commit 0b899c2
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"lib": [ "esnext", "DOM", "DOM.Iterable" ],
"moduleResolution": "node"
},
"include": [ "src", "docs-src", "tests" ],
"exclude": [ "docs", "node_modules" ]
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"lib": [ "esnext", "DOM", "DOM.Iterable" ],
"moduleResolution": "node",
"maxNodeModuleJsDepth": 10

},
"include": [ "src", "docs-src", "tests" ],
"exclude": [ "docs", "node_modules" ]
}

0 comments on commit 0b899c2

Please sign in to comment.