added things

This commit is contained in:
Dhravya 2024-06-30 14:07:16 -05:00
parent 827d390324
commit 7676ed5706
24 changed files with 1624 additions and 92 deletions

View file

@ -17,7 +17,8 @@
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts",
"../../packages/ui/"
"../../packages/ui/",
"../../packages/shared-types/utils.ts"
],
"exclude": ["node_modules/"]
}