Skip to content

Commit

Permalink
Fix tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
asimonok committed Oct 22, 2024
1 parent 0994625 commit 77410c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"forceConsistentCasingInFileNames": true,
"types": ["./src/@types/*"]
},
"include": ["./src", "./types", "./jest-setup.ts"],
"include": ["./src", "./types", "./jest-setup.ts"]
}

0 comments on commit 77410c2

Please sign in to comment.