| 123456789101112131415 |
- {
- "compilerOptions": {
- "target": "ES2022",
- "module": "NodeNext",
- "moduleResolution": "NodeNext",
- "lib": ["ES2022", "DOM"],
- "strict": true,
- "esModuleInterop": true,
- "forceConsistentCasingInFileNames": true,
- "skipLibCheck": true,
- "outDir": "dist",
- "rootDir": "src"
- },
- "include": ["src/**/*.ts"]
- }
|