tsconfig.json 292 B

123456789101112131415
  1. {
  2. "$schema": "https://json.schemastore.org/tsconfig",
  3. "_version": "22.0.0",
  4. "compilerOptions": {
  5. "lib": ["es2023"],
  6. "module": "nodenext",
  7. "target": "es2022",
  8. "strict": true,
  9. "esModuleInterop": true,
  10. "skipLibCheck": true,
  11. "moduleResolution": "node16"
  12. }
  13. }