Skip to content

Commit

Permalink
chore: upgrade to typescript v5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
plasticrake committed Nov 6, 2023
1 parent 513deca commit 23ecef7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
10 changes: 5 additions & 5 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 @@ -101,7 +101,7 @@
"ts-node": "10.9.1",
"typedoc": "^0.25.3",
"typedoc-plugin-no-inherit": "^1.4.0",
"typescript": "4.9.5"
"typescript": "5.2.2"
},
"engines": {
"node": ">=16"
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.source.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"outDir": "./lib"
"outDir": "./lib",
"allowJs": false
},
"include": ["src/**/*"],
"typedocOptions": {
Expand Down

0 comments on commit 23ecef7

Please sign in to comment.