Merge pull request #33 from vgcman16/codex/modify-tsconfig.json-to-exclude-folders

Update tsconfig exclude and fix tab labels
This commit is contained in:
vgcman16 2025-06-05 21:19:13 -05:00 committed by GitHub
commit cfcc8e01cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,5 +35,9 @@
"**/.server/**/*.tsx",
"**/.client/**/*.ts",
"**/.client/**/*.tsx"
],
"exclude": [
"mobile",
"examples"
]
}