123456789101112131415 |
- {
- "$schema": "https://json.schemastore.org/tsconfig",
- "_version": "22.0.0",
- "compilerOptions": {
- "lib": ["es2023"],
- "module": "nodenext",
- "target": "es2022",
- "strict": true,
- "esModuleInterop": true,
- "skipLibCheck": true,
- "moduleResolution": "node16"
- }
- }
|