| 12345678910111213141516 |
- {
- "compilerOptions": {
- "target": "ES2022",
- "module": "ESNext",
- "moduleResolution": "bundler",
- "jsx": "react-jsx",
- "strict": true,
- "esModuleInterop": true,
- "skipLibCheck": true,
- "types": ["node"],
- "outDir": "dist",
- "rootDir": "src",
- "declaration": true
- },
- "include": ["src"]
- }
|