mirror of
https://github.com/lobehub/lobe-chat.git
synced 2025-12-20 01:12:52 +08:00
✨ feat: Introduce FOLDER_WIDTH constant and update components
- Add new constant FOLDER_WIDTH and use it in different components - Import various components and libraries - Define new functions and components - Modify layout and structure of components in some files - Update tsconfig.json to include new paths in the project
This commit is contained in:
@@ -22,7 +22,15 @@
|
||||
}
|
||||
},
|
||||
"exclude": ["node_modules"],
|
||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.d.ts", "**/*.tsx"],
|
||||
"include": [
|
||||
"next-env.d.ts",
|
||||
"vitest.config.ts",
|
||||
"src",
|
||||
"tests",
|
||||
"**/*.ts",
|
||||
"**/*.d.ts",
|
||||
"**/*.tsx"
|
||||
],
|
||||
"ts-node": {
|
||||
"compilerOptions": {
|
||||
"module": "commonjs"
|
||||
|
||||
Reference in New Issue
Block a user