Skip to content
This repository was archived by the owner on Apr 12, 2022. It is now read-only.

Commit 9b5d3f5

Browse files
committed
fix types
1 parent 65dd3f5 commit 9b5d3f5

File tree

6 files changed

+6
-2
lines changed

6 files changed

+6
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@jojo/twitter": "dist/@jojo/twitter/index",
3636
"@jojo/telegram": "dist/@jojo/telegram/index"
3737
},
38-
"typings": "typings",
38+
"typings": "types",
3939
"devDependencies": {
4040
"@types/async": "^3.0.3",
4141
"@types/body-parser": "^1.17.1",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
declare module "rss-parser"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
declare module "mongoose-findorcreate"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
declare module "transmission"

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"include": [
4242
"src/**/*.ts",
4343
"test/*.ts",
44-
"typings/*.d.ts"
44+
"types/*.d.ts"
4545
],
4646
"exclude": [
4747
"node_modules"

types/image-downloader.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
declare module "image-downloader"

0 commit comments

Comments
 (0)