monorepo/packages/tailwind/tsconfig.json

6 lines
104 B
JSON
Raw Normal View History

2025-04-30 19:50:16 +08:00
{
"extends": "@repo/typescript-config/base.json",
"include": ["."],
"exclude": ["node_modules"]
}