Skip to content

Commit

Permalink
rm request types, update ts
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 committed Nov 27, 2024
1 parent fb5ca43 commit aae7ee7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 118 deletions.
2 changes: 1 addition & 1 deletion build/bring.js.map

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

117 changes: 5 additions & 112 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
],
"devDependencies": {
"@types/node": "^18.11.8",
"@types/request-promise-native": "^1.0.18",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"chai": "^4.3.6",
Expand All @@ -32,7 +31,7 @@
"eslint-plugin-prettier": "^4.2.1",
"mocha": "^10.1.0",
"prettier": "^2.7.1",
"typescript": "^4.6.2"
"typescript": "^5.7.2"
},
"scripts": {
"test": "node node_modules/mocha/bin/mocha",
Expand Down
5 changes: 2 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,11 @@
// Uncomment this if you want the old behavior of catch variables being `any`
// "useUnknownInCatchVariables": false,

// Consider targetting es2019 or higher if you only support Node.js 12+
// Consider targeting es2019 or higher if you only support Node.js 12+
"target": "es2018",

"sourceMap": true,
"inlineSourceMap": false,
"watch": false
"inlineSourceMap": false
},
"include": [
"src/**/*.ts",
Expand Down

0 comments on commit aae7ee7

Please sign in to comment.