rallly/packages/ui/tsconfig.json
Luke Vella 6b56eca51e
💄 Update ui package and tailwind config (#1653)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-03-31 11:42:35 +01:00

8 lines
162 B
JSON

{
"extends": "@rallly/tsconfig/next.json",
"compilerOptions": {
"baseUrl": "."
},
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]
}