Skip to content

Commit

Permalink
Merge pull request #20 from nlxai/chat-widget-typescript
Browse files Browse the repository at this point in the history
make typescript compile
  • Loading branch information
peterszerzo authored Mar 4, 2024
2 parents 87b6721 + 4f0aa89 commit c76dbed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions packages/chat-widget/src/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ declare module "@emotion/react" {
/** Customized shade of white */
white: string;
/** Customized shade of off-white, used in the widget top and bottom bar */
offWhite: string;
/** Widget font family */
fontFamily: string;
/** Main spacing unit */
spacing: number;
Expand Down
1 change: 1 addition & 0 deletions packages/chat-widget/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"target": "es6",
"module": "esnext",
"moduleResolution": "bundler",
"lib": ["dom"],
"jsx": "react",
"skipLibCheck": true,
Expand Down

0 comments on commit c76dbed

Please sign in to comment.