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