Skip to content

Commit

Permalink
* lib version bump
Browse files Browse the repository at this point in the history
* strictNullChecks in tmp tsconfig.json so that `null | ...` is part type signatures
  • Loading branch information
christianschmitz committed Aug 21, 2023
1 parent 70efc48 commit cb073e0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@hyperionbt/helios": "^0.15.3",
"@hyperionbt/helios": "^0.15.4",
"@jsdoc/ast": "^0.2.1",
"@jsdoc/parse": "^0.3.1",
"typedoc": "^0.24.8",
Expand Down
3 changes: 2 additions & 1 deletion preprocess.js
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,8 @@ async function generateApiDocs() {
"declaration": true,
"emitDeclarationOnly": true,
"declarationMap": false,
"skipLibCheck": true
"skipLibCheck": true,
"strictNullChecks": true
}
}`)

Expand Down

0 comments on commit cb073e0

Please sign in to comment.