Skip to content

Commit

Permalink
Dompurify add vendor type (#94)
Browse files Browse the repository at this point in the history
* add custom types dir

* update deps
  • Loading branch information
iisa committed Aug 5, 2022
1 parent 3831da5 commit ed9dc28
Show file tree
Hide file tree
Showing 3 changed files with 4,190 additions and 4,215 deletions.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"declaration": true,
"importsNotUsedAsValues": "error"
},
"include": ["src", "test", "index.ts"],
"include": ["src", "test", "index.ts", "types"],
}
1 change: 1 addition & 0 deletions types/dompurify.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
declare module 'dompurify';

0 comments on commit ed9dc28

Please sign in to comment.