Skip to content

Commit

Permalink
Fix precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Apr 8, 2024
1 parent 509a0e0 commit 041dc41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/fluent-theme/src/bundle.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { FluentThemeProvider } from './index';

globalThis.WebChat = { ...globalThis.WebChat, FluentThemeProvider };
(globalThis as any).WebChat = { ...(globalThis as any).WebChat, FluentThemeProvider };
2 changes: 1 addition & 1 deletion packages/fluent-theme/src/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"checkJs": false,
"jsx": "react",
"moduleResolution": "Bundler",
"skipLibCheck": true,
"target": "ESNext"
},
"files": ["index.ts"],
"extends": "@tsconfig/strictest/tsconfig.json"
}

0 comments on commit 041dc41

Please sign in to comment.