Skip to content

Commit

Permalink
solving dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Raya679 committed Aug 23, 2024
1 parent 95752ca commit 013f938
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/declarations.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
declare module 'react-simple-chatbot';
declare module 'styled-components';
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
},
"include": ["src", "cypress.d.ts", "cypress.config.ts", "cypress"],
"include": ["src", "cypress.d.ts", "cypress.config.ts", "cypress", "./src/declarations.d.ts"],
"references": [{ "path": "./tsconfig.node.json" }]
}

0 comments on commit 013f938

Please sign in to comment.