| 1234567891011121314151617 |
- {
- "compilerOptions": {
- "target": "ES2022",
- "lib": ["ES2022"],
- "module": "ES2022",
- "moduleResolution": "Bundler",
- "outDir": "dist",
- "rootDir": "src",
- "strict": true,
- "esModuleInterop": true,
- "skipLibCheck": true,
- "resolveJsonModule": true,
- "types": ["node"]
- },
- "include": ["src/**/*.ts"]
- }
|