Skip to content

Commit

Permalink
fix: ts
Browse files Browse the repository at this point in the history
  • Loading branch information
elrrrrrrr committed Aug 8, 2023
1 parent 03f6cb0 commit dabec9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ declare module 'fs-cnpm' {
}
}


declare module 'ssri' {
export interface Integrity {
algorithm: string;
Expand Down
5 changes: 3 additions & 2 deletions tsconfig.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@
},
"exclude": [
"node_modules",
"test",
"test"
],
"include": [
"app/**/*.ts",
"app/**/*.json",
"config/**/*.ts",
"typings/**/*.ts",
"app.ts",
"module.d.ts"
"module.d.ts",
"index.d.ts"
]
}

0 comments on commit dabec9b

Please sign in to comment.