Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaw committed Aug 27, 2023
1 parent 48f925e commit fb5c543
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"module": "ESNext",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"target": "ESNext",
"inlineSourceMap": true,
Expand All @@ -25,8 +25,10 @@
"importHelpers": true,
"removeComments": false
},
"include": ["src/**/*"],
"include": [
"src/**/*"
],
"typedocOptions": {
"out": "docs"
}
}
}

0 comments on commit fb5c543

Please sign in to comment.