feat: Add Tailwind CSS and navigation generation
- Added Tailwind CSS for styling. - Implemented automatic navigation data generation from markdown files. - Created `NavItem` component for rendering navigation items. - Added scripts for navigation generation and updated build process.
This commit is contained in:
18
sweb/tsconfig.scripts.json
Normal file
18
sweb/tsconfig.scripts.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "node",
|
||||
"esModuleInterop": true,
|
||||
"strict": true,
|
||||
"skipLibCheck": true,
|
||||
"types": [
|
||||
"node"
|
||||
],
|
||||
"outDir": "./dist/scripts",
|
||||
"rootDir": "./scripts"
|
||||
},
|
||||
"include": [
|
||||
"scripts/**/*"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user