Skip to content

Commit ab97b2f

Browse files
chore(tsconfig): remove tailwind directory glob path
1 parent 1c3b553 commit ab97b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"@/storybook-utils": ["./.storybook/utils.ts"]
2222
}
2323
},
24-
"include": ["./src/**/*", "next-env.d.ts", "**/*.ts", "**/*.tsx", ".storybook/**/*", "tailwind/ui"],
24+
"include": ["./src/**/*", "next-env.d.ts", "**/*.ts", "**/*.tsx", ".storybook/**/*"],
2525
"exclude": ["node_modules", "./public", "./src/intl"]
2626
}

0 commit comments

Comments
 (0)