| 1234567891011121314 |
- {
- "compilerOptions": {
- "target": "ES2020",
- "lib": ["ES2020", "DOM", "DOM.Iterable"],
- "module": "ESNext",
- "moduleResolution": "Bundler",
- "jsx": "react-jsx",
- "strict": true,
- "types": ["vite/client"],
- "noEmit": true,
- "skipLibCheck": true
- },
- "include": ["src"]
- }
|