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:
canisminor1990
2023-07-20 14:34:39 +08:00
parent 8f3f06e8fc
commit c511964d96
12 changed files with 79 additions and 73 deletions

View File

@@ -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"