mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
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:
commit
cfcc8e01cd
@ -35,5 +35,9 @@
|
|||||||
"**/.server/**/*.tsx",
|
"**/.server/**/*.tsx",
|
||||||
"**/.client/**/*.ts",
|
"**/.client/**/*.ts",
|
||||||
"**/.client/**/*.tsx"
|
"**/.client/**/*.tsx"
|
||||||
|
],
|
||||||
|
"exclude": [
|
||||||
|
"mobile",
|
||||||
|
"examples"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user