Skip to content

Commit

Permalink
Add missing typings
Browse files Browse the repository at this point in the history
  • Loading branch information
muodov committed Sep 5, 2024
1 parent fc49507 commit fc83426
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 1 deletion.
50 changes: 50 additions & 0 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@
},
"devDependencies": {
"@types/async": "^3.2.24",
"@types/debug": "^4.1.12",
"@types/mocha": "^9.1.1",
"@types/mockery": "^1.4.30",
"@types/node": "^20.12.1",
"@types/progress": "^2.0.7",
"@types/ws": "^8.5.12",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"devtools-protocol": "^0.0.1105486",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"checkJs": true,
"resolveJsonModule": true,
"noEmit": true,
"noImplicitAny": true
"noImplicitAny": true,
"allowSyntheticDefaultImports": true
},
"include": [
"browser/",
Expand Down

0 comments on commit fc83426

Please sign in to comment.