This website requires JavaScript.
Explore
Help
Sign In
Photo8
/
image-optimizer
Watch
1
Star
0
Fork
0
You've already forked image-optimizer
Code
Pull Requests
Activity
image-optimizer
/
tsconfig.json
11 lines
149 B
JSON
Raw
Permalink
Normal View
History
Unescape
Escape
Initialize Image Optimizer project with essential files and configurations. Added .gitignore, README.md, and basic project structure including Vue components, routing, and image processing functionality. Configured Vite for development and build processes, and set up Tailwind CSS for styling.
2025-04-12 19:01:23 +08:00
{
Update project for 2025 release: modified LICENSE year, updated dependencies in package.json and package-lock.json, improved README with new clone URL, adjusted TypeScript configuration, and refined Vue components for better user experience.
2025-04-12 19:23:19 +08:00
"files"
:
[
]
,
"references"
:
[
{
"path"
:
"./tsconfig.node.json"
Initialize Image Optimizer project with essential files and configurations. Added .gitignore, README.md, and basic project structure including Vue components, routing, and image processing functionality. Configured Vite for development and build processes, and set up Tailwind CSS for styling.
2025-04-12 19:01:23 +08:00
}
,
Update project for 2025 release: modified LICENSE year, updated dependencies in package.json and package-lock.json, improved README with new clone URL, adjusted TypeScript configuration, and refined Vue components for better user experience.
2025-04-12 19:23:19 +08:00
{
"path"
:
"./tsconfig.app.json"
}
]
Initialize Image Optimizer project with essential files and configurations. Added .gitignore, README.md, and basic project structure including Vue components, routing, and image processing functionality. Configured Vite for development and build processes, and set up Tailwind CSS for styling.
2025-04-12 19:01:23 +08:00
}
Copy Permalink