Add initial project structure including React, Vite, TailwindCSS, and Syncfusion dependencies. Configure tooling with ESLint, TypeScript, and Tailwind plugins. Set up `.gitignore`, Syncfusion themes, and example components for demonstration purposes.
1 line
37 B
TypeScript
1 line
37 B
TypeScript
/// <reference types="vite/client" />
|