Skip to content

Commit

Permalink
Add missing @types packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sqrrrl committed Jun 23, 2021
1 parent 79eabc9 commit 20a9f22
Show file tree
Hide file tree
Showing 4 changed files with 5,623 additions and 5,127 deletions.
215 changes: 215 additions & 0 deletions package-lock.json

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

8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,18 @@
"@babel/preset-env": "7.14.7",
"@babel/preset-typescript": "7.14.5",
"@babel/register": "7.14.5",
"@types/debug": "^4.1.5",
"@types/extend": "^3.0.1",
"@types/lowdb": "1.0.10",
"@types/markdown-it": "12.0.2",
"@types/mkdirp": "^1.0.1",
"@types/node": "15.12.4",
"@types/parse-color": "^1.0.0",
"@types/probe-image-size": "^7.0.0",
"@types/promise-retry": "^1.1.3",
"@types/request-promise-native": "^1.0.17",
"@types/sharp": "0.28.3",
"@types/uuid": "^8.3.0",
"chai": "4.3.4",
"chai-as-promised": "7.1.1",
"chai-subset": "1.6.0",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"extends": "./node_modules/gts/tsconfig-google.json",
"compilerOptions": {
"rootDir": ".",
"outDir": "lib"
"outDir": "lib",
"esModuleInterop": true
},
"include": [
"src/**/*.ts",
Expand Down
Loading

0 comments on commit 20a9f22

Please sign in to comment.