Skip to content

Commit

Permalink
handle default imports from CJS modules
Browse files Browse the repository at this point in the history
  • Loading branch information
shlokamin committed Nov 26, 2024
1 parent 4abfe59 commit e73702d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"composite": true,
"rootDir": "src",
"outDir": "lib",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true
},
"include": ["typings", "src"],
"exclude": ["**/*.stories.tsx"]
Expand Down

0 comments on commit e73702d

Please sign in to comment.