Skip to content

Commit

Permalink
fix: missing types
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Pelak committed Apr 9, 2024
1 parent 3820c75 commit 4c3a26e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"target": "es5",
"lib": ["dom", "dom.iterable", "esnext"],
"typeRoots": ["./types", "./node_modules/@types"],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
Expand Down
1 change: 1 addition & 0 deletions types/react-animated-term/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
declare module 'react-animated-term';

0 comments on commit 4c3a26e

Please sign in to comment.